summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-12-09 21:20:21 +0100
committerMatthias Schiffer <matthias@gamezock.de>2008-12-09 21:20:21 +0100
commit80b922b1557b2d6cee1e4ced3c08a26002d969e9 (patch)
treeaa8f2de13e9a61ce28f93277c20cf2b4d21f0ed2 /Makefile.am
parent60f1e0a3942adba1505a8d56064b3cc53834045d (diff)
downloadmad-80b922b1557b2d6cee1e4ced3c08a26002d969e9.tar
mad-80b922b1557b2d6cee1e4ced3c08a26002d969e9.zip
Kompiliere libltdl nicht, wenn eine brauchbare Version installiert ist
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 9 insertions, 1 deletions
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