[cpp-log4shib] 03/17: Automake defines DIST_SUBDIRS correctly even when conditionals are present
Scott Cantor
cantor.2 at osu.edu
Mon Jun 25 10:18:14 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-log4shib.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-log4shib.git;a=commit;h=15841360f1cdc68ab45dd454ce8e5a292fcfb1ba
commit 15841360f1cdc68ab45dd454ce8e5a292fcfb1ba
Author: Ferenc Wágner <wferi at debian.org>
AuthorDate: Sun Jun 24 12:05:11 2018 +0200
Automake defines DIST_SUBDIRS correctly even when conditionals are present
---
Makefile.am | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 7ecc5de..c35ca3a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,14 +1,11 @@
AUTOMAKE_OPTIONS = foreign dist-zip dist-bzip2
ACLOCAL_AMFLAGS = -I m4
-if DOC
-SUBDIRS = config src include tests doc
-else
SUBDIRS = config src include tests
+if DOC
+SUBDIRS += doc
endif
-DIST_SUBDIRS = config src include doc tests
-
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = log4shib.pc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list