From 23247f130601fc02a5368c02e513bb0e28597ef9 Mon Sep 17 00:00:00 2001 From: Diego Elio 'Flameeyes' Pettenò Date: Sat, 31 Jan 2009 23:23:51 +0100 Subject: Remove libltdl, similarly to what has been done on PulseAudio. Get rid of the internal copy of libltdl and instead use the system copy, requiring that to be available. It does not make sense to duplicate this further, and it's especially a bad idea to use an internal older copy of the library for distributors and final users. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 507a02f..802daf0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,7 @@ dist_doc_DATA = README EXTRA_DIST = bootstrap.sh autogen.sh LGPL libcanberra.schemas -SUBDIRS = libltdl src gtkdoc doc +SUBDIRS = src gtkdoc doc MAINTAINERCLEANFILES = README noinst_DATA = README -- cgit