1.1 --- a/gst-gmyth/decodebin2/Makefile.am Tue Sep 18 21:01:18 2007 +0100
1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
1.3 @@ -1,23 +0,0 @@
1.4 -plugin_LTLIBRARIES = libgstdecodebin2.la
1.5 -
1.6 -libgstdecodebin2_la_SOURCES = \
1.7 - gstdecodebin2.c \
1.8 - gstplay-marshal.c
1.9 -
1.10 -libgstdecodebin2_la_CFLAGS = \
1.11 - $(GST_CFLAGS) \
1.12 - $(GST_BASE_CFLAGS) \
1.13 - $(GST_PLUGINS_BASE_CFLAGS)
1.14 -
1.15 -libgstdecodebin2_la_LIBADD = \
1.16 - $(GST_LIBS_LIBS)
1.17 -
1.18 -libgstdecodebin2_la_LDFLAGS = \
1.19 - $(GST_LIBS) \
1.20 - $(GST_PLUGIN_LDFLAGS) \
1.21 - $(GST_BASE_LIBS) \
1.22 - $(GST_PLUGINS_BASE_LIBS)
1.23 -
1.24 -noinst_HEADERS = \
1.25 - gstplay-marshal.h
1.26 -