summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2009-01-31 23:23:51 +0100
committerDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2009-01-31 23:23:51 +0100
commit23247f130601fc02a5368c02e513bb0e28597ef9 (patch)
tree815609532ab320629111e51d7a72c521523dcd40 /src
parent7b82b481c7d34958e5872acd760239bc58cecf55 (diff)
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.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 0 insertions, 2 deletions
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)