summaryrefslogtreecommitdiffstats
path: root/Makefile.in
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.in
parent60f1e0a3942adba1505a8d56064b3cc53834045d (diff)
downloadmad-80b922b1557b2d6cee1e4ced3c08a26002d969e9.tar
mad-80b922b1557b2d6cee1e4ced3c08a26002d969e9.zip
Kompiliere libltdl nicht, wenn eine brauchbare Version installiert ist
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index c8cbfd2..04b7d86 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -31,6 +31,7 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
+@INCLUDED_LTDL_TRUE@am__append_1 = libltdl
subdir = .
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
@@ -63,7 +64,6 @@ RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
ETAGS = etags
CTAGS = ctags
-DIST_SUBDIRS = $(SUBDIRS)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
@@ -212,7 +212,8 @@ sysconfdir = @sysconfdir@
target_alias = @target_alias@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-SUBDIRS = libltdl src
+DIST_SUBDIRS = libltdl src
+SUBDIRS = $(am__append_1) src
ACLOCAL_AMFLAGS = -I m4
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive