diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-31 14:08:52 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-31 14:08:52 +0100 |
commit | b0607c580af756ff0ccd1229d91b4b6a97c76d24 (patch) | |
tree | 27f64134720fc9dca224e6313b0505fa43cb8dd8 /src/libspudvb | |
parent | fe2112a1ac52fbf65e2624b978f9d33f04b6af56 (diff) | |
parent | adebccc0fc011b6d1abe2f682bbfc866dffee73e (diff) | |
download | xine-lib-b0607c580af756ff0ccd1229d91b4b6a97c76d24.tar.gz xine-lib-b0607c580af756ff0ccd1229d91b4b6a97c76d24.tar.bz2 |
Merge -newbuild.
Diffstat (limited to 'src/libspudvb')
-rw-r--r-- | src/libspudvb/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libspudvb/Makefile.am b/src/libspudvb/Makefile.am index e385e5553..f822df0d9 100644 --- a/src/libspudvb/Makefile.am +++ b/src/libspudvb/Makefile.am @@ -1,8 +1,9 @@ include $(top_srcdir)/misc/Makefile.common +AM_CFLAGS = $(DEFAULT_OCFLAGS) $(VISIBILITY_FLAG) +AM_LDFLAGS = $(xineplug_ldflags) + xineplug_LTLIBRARIES = xineplug_decode_spudvb.la xineplug_decode_spudvb_la_SOURCES = xine_spudvb_decoder.c xineplug_decode_spudvb_la_LIBADD = $(XINE_LIB) $(PTHREAD_LIBS) -xineplug_decode_spudvb_la_CFLAGS = $(VISIBILITY_FLAG) -xineplug_decode_spudvb_la_LDFLAGS = $(xineplug_ldflags) |