Skip to content

Commit

Permalink
Bugfix: adding generated LibraryLink files to model tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Dec 4, 2016
1 parent 32ddf31 commit 4097708
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/module.mk.in
Expand Up @@ -236,6 +236,7 @@ pack-$(MODNAME)-src:
tar -czf $(@CLASSNAME@_TARBALL) \
$(LIB@CLASSNAME@_SRC) $(LIB@CLASSNAME@_HDR) \
$(EXE@CLASSNAME@_SRC) \
$(LL@CLASSNAME@_SRC) $(LL@CLASSNAME@_MMA) \
$(@CLASSNAME@_MK) $(@CLASSNAME@_TWO_SCALE_MK) \
$(@CLASSNAME@_SLHA_INPUT) $(@CLASSNAME@_GNUPLOT)

Expand Down

0 comments on commit 4097708

Please sign in to comment.