From de4fc157baf037c091e7ff5a35ccd3339013c870 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ralf=20Cors=C3=A9pius?= Date: Tue, 18 Sep 2007 04:23:21 +0200 Subject: [PATCH] Conditionally build db3. Add DIST_SUBDIRS. --- Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index cd857b6..6727abf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,13 @@ EXTRA_DIST = CHANGES ChangeLog CREDITS Doxyheader GROUPS INSTALL \ autodeps autogen.sh \ db db3/configure installplatform platform* -SUBDIRS = po misc db3 lua rpmio rpmdb lib build python scripts doc . tests +SUBDIRS = po misc +if WITH_INTERNAL_DB +SUBDIRS += db3 +endif +SUBDIRS += lua rpmio rpmdb lib build python scripts doc . tests + +DIST_SUBDIRS = po misc db3 lua rpmio rpmdb lib build python scripts doc tests pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = rpm.pc -- 2.7.4