From e92b0ae3f0c25ae5985327ef10a1b6d4ac146dca Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Thu, 8 Jan 2009 11:56:16 +0200 Subject: build: compile libltdl directory first This change solves a compilation issue on maemo, and the "make dist" on Debian with autofoo from "experimental" repositories. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b27f9e65..bc46cac4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,7 @@ ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = bootstrap.sh LICENSE GPL LGPL doxygen/Makefile.am doxygen/Makefile.in doxygen/doxygen.conf.in README todo -SUBDIRS=src doxygen man po libltdl +SUBDIRS = libltdl src doxygen man po MAINTAINERCLEANFILES = noinst_DATA = -- cgit