diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-06 15:31:01 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-06 15:31:01 +0200 |
commit | d4c9af94f21cd575bd57da36d489d37812a5610e (patch) | |
tree | 87f81a8a32eaa8724df98353dc04de5ccfef2b00 /src/libspucc | |
parent | 66f1aca41a4ff7668e5c21f59c3b2170d3d265e7 (diff) | |
download | xine-lib-d4c9af94f21cd575bd57da36d489d37812a5610e.tar.gz xine-lib-d4c9af94f21cd575bd57da36d489d37812a5610e.tar.bz2 |
Use xineplug_LTLIBRARIES wherever possible.
Diffstat (limited to 'src/libspucc')
-rw-r--r-- | src/libspucc/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libspucc/Makefile.am b/src/libspucc/Makefile.am index ec12c1bc7..aefe4d7c1 100644 --- a/src/libspucc/Makefile.am +++ b/src/libspucc/Makefile.am @@ -1,8 +1,6 @@ include $(top_srcdir)/misc/Makefile.common -libdir = $(XINE_PLUGINDIR) - -lib_LTLIBRARIES = xineplug_decode_spucc.la +xineplug_LTLIBRARIES = xineplug_decode_spucc.la xineplug_decode_spucc_la_SOURCES = cc_decoder.c xine_cc_decoder.c xineplug_decode_spucc_la_CFLAGS = $(VISIBILITY_FLAG) $(AM_CFLAGS) -fno-strict-aliasing |