From 80b922b1557b2d6cee1e4ced3c08a26002d969e9 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 9 Dec 2008 21:20:21 +0100 Subject: Kompiliere libltdl nicht, wenn eine brauchbare Version installiert ist --- Makefile.am | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 60a69d9..7983955 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,11 @@ -SUBDIRS = libltdl src +DIST_SUBDIRS = libltdl src + +SUBDIRS = + +if INCLUDED_LTDL +SUBDIRS += libltdl +endif + +SUBDIRS += src ACLOCAL_AMFLAGS = -I m4 -- cgit v1.2.3