From e92b0ae3f0c25ae5985327ef10a1b6d4ac146dca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc-Andr=C3=A9=20Lureau?= Date: Thu, 8 Jan 2009 11:56:16 +0200 Subject: [PATCH] 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(-) diff --git a/Makefile.am b/Makefile.am index b27f9e6..bc46cac 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 = -- 2.7.4