summaryrefslogtreecommitdiff
path: root/src/libmpeg2
diff options
context:
space:
mode:
authorMatt Messier <mmessier@grapetv.org>2007-05-11 19:28:18 -0400
committerMatt Messier <mmessier@grapetv.org>2007-05-11 19:28:18 -0400
commit67b0ebb21185cb8ea2972dead6870bab8306724e (patch)
treee6380633bd936b52020455aae9eabb3860d10c7a /src/libmpeg2
parent913f9b8ee348c91717cdf5cd4c8a4d56b9d22a5e (diff)
downloadxine-lib-67b0ebb21185cb8ea2972dead6870bab8306724e.tar.gz
xine-lib-67b0ebb21185cb8ea2972dead6870bab8306724e.tar.bz2
Another round of Makefile.am cleanups
Diffstat (limited to 'src/libmpeg2')
-rw-r--r--src/libmpeg2/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libmpeg2/Makefile.am b/src/libmpeg2/Makefile.am
index 6b194ebbb..a970c6d24 100644
--- a/src/libmpeg2/Makefile.am
+++ b/src/libmpeg2/Makefile.am
@@ -1,8 +1,11 @@
include $(top_srcdir)/misc/Makefile.common
-AM_CFLAGS = $(DEFAULT_OCFLAGS) $(VISIBILITY_FLAG)
+AM_CFLAGS = $(DEFAULT_OCFLAGS) $(VISIBILITY_FLAG)
AM_LDFLAGS = $(xineplug_ldflags)
+noinst_HEADERS = vlc.h mpeg2.h xvmc.h xvmc_vld.h mpeg2_internal.h idct_mlib.h vis.h \
+ libmpeg2_accel.h
+
xineplug_LTLIBRARIES = xineplug_decode_mpeg2.la
xineplug_decode_mpeg2_la_SOURCES = \
@@ -27,6 +30,3 @@ xineplug_decode_mpeg2_la_SOURCES = \
xineplug_decode_mpeg2_la_LIBADD = $(MLIB_LIBS) $(XINE_LIB) -lm
xineplug_decode_mpeg2_la_CFLAGS = $(AM_CFLAGS) $(LIBMPEG2_CFLAGS)
-
-noinst_HEADERS = vlc.h mpeg2.h xvmc.h xvmc_vld.h mpeg2_internal.h idct_mlib.h vis.h \
- libmpeg2_accel.h