summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-04 21:21:26 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-04 21:21:26 +0200
commit0045b338e45e2c23b0ec6c086e7cb289517831e4 (patch)
treed6e6f5ab94f47729e9f59652082b736a774d5315
parentd9719dbf52e99600c5e105efa7f828152c6cfe19 (diff)
downloadxine-lib-0045b338e45e2c23b0ec6c086e7cb289517831e4.tar.gz
xine-lib-0045b338e45e2c23b0ec6c086e7cb289517831e4.tar.bz2
Convert to xineplug_LTLIBRARIES.
-rw-r--r--src/libxineadec/Makefile.am8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/libxineadec/Makefile.am b/src/libxineadec/Makefile.am
index 7f34b4bfd..82011dfd0 100644
--- a/src/libxineadec/Makefile.am
+++ b/src/libxineadec/Makefile.am
@@ -2,24 +2,22 @@ include $(top_srcdir)/misc/Makefile.common
EXTRA_DIST = fooaudio.c
-libdir = $(XINE_PLUGINDIR)
-
SUBDIRS = gsm610 nosefart
-lib_LTLIBRARIES = \
+xineplug_LTLIBRARIES = \
xineplug_decode_gsm610.la \
xineplug_decode_nsf.la
xineplug_decode_gsm610_la_SOURCES = gsm610.c
xineplug_decode_gsm610_la_CFLAGS = $(VISIBILITY_FLAG)
-xineplug_decode_gsm610_la_LDFLAGS = -avoid-version -module
+xineplug_decode_gsm610_la_LDFLAGS = $(xineplug_ldflags)
xineplug_decode_gsm610_la_LIBADD = \
$(XINE_LIB) \
$(top_builddir)/src/libxineadec/gsm610/libgsm610.la
xineplug_decode_nsf_la_SOURCES = nsf.c
xineplug_decode_nsf_la_CFLAGS = $(VISIBILITY_FLAG) -DNSF_PLAYER -fno-strict-aliasing
-xineplug_decode_nsf_la_LDFLAGS = -avoid-version -module
+xineplug_decode_nsf_la_LDFLAGS = $(xineplug_ldflags)
xineplug_decode_nsf_la_LIBADD = -lm \
$(XINE_LIB) \
$(top_builddir)/src/libxineadec/nosefart/libnosefart.la