Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
fixup! build: improve build to make working distribution archives
Browse files Browse the repository at this point in the history
  • Loading branch information
Cynerd committed Jun 17, 2021
1 parent 6cd1022 commit 85b9b18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ TEST_EXTENSIONS = .lua .sys_trans .sys_update
if ENABLE_TESTS
DISTCHECK_CONFIGURE_FLAGS = --enable-tests

include $(srcdir)/%reldir%/data/Makefile.am
include $(srcdir)/%reldir%/c/Makefile.am
include $(srcdir)/%reldir%/lua/Makefile.am
include $(srcdir)/%reldir%/system/Makefile.am
Expand Down
2 changes: 2 additions & 0 deletions tests/data/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dist-hook::
cp -rf "%reldir%/." "$(distdir)/%reldir%/"

0 comments on commit 85b9b18

Please sign in to comment.