kwo pushed a commit to branch master.

http://git.enlightenment.org/legacy/imlib2.git/commit/?id=4a6e74616e36d16cd004f3dbd74e439546c9aceb

commit 4a6e74616e36d16cd004f3dbd74e439546c9aceb
Author: Kim Woelders <[email protected]>
Date:   Tue Mar 15 12:51:52 2022 +0100

    test: Exclude from tarball
---
 Makefile.am  | 1 +
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 50bd44a..24cbf90 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,6 +7,7 @@ SUBDIRS_TEST = test
 endif
 
 SUBDIRS = src data doc $(SUBDIRS_TEST)
+DIST_SUBDIRS = src data doc
 
 CLEANFILES = $(PACKAGE).spec
 
diff --git a/configure.ac b/configure.ac
index 239b6df..825b23f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -256,9 +256,9 @@ data/Makefile
 data/fonts/Makefile
 data/images/Makefile
 doc/Makefile
-test/Makefile
 README
 ])
+AM_COND_IF([SRC_IS_GIT], [ AC_CONFIG_FILES([test/Makefile]) ])
 AC_OUTPUT
 
 #####################################################################

-- 


Reply via email to