Skip to content

Commit

Permalink
Include headers from liboctmex in dist tarball.
Browse files Browse the repository at this point in the history
* libmex/module.mk: Add LIBMEX_INC to octinclude_HEADERS so these headers are
included in the dist tarball.
  • Loading branch information
mmuetzel committed Sep 30, 2024
1 parent c43719b commit 485cd37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libmex/module.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ LIBMEX_INC = \
%reldir%/mex.h \
%reldir%/mexproto.h

octinclude_HEADERS += \
$(LIBMEX_INC)

%canon_reldir%_liboctmex_la_SOURCES = \
%reldir%/mex.cc

Expand Down

0 comments on commit 485cd37

Please sign in to comment.