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. --- src/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index d1b4d89..1fb5168 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -85,8 +85,6 @@ if BUILTIN_DSO libcanberra_la_SOURCES += \ dso.c \ driver-order.c driver-order.h -libcanberra_la_CFLAGS += \ - $(LTDLINCL) libcanberra_la_LIBADD += \ $(LIBLTDL) -- cgit