gst-gmyth/playbinmaemo/Makefile.am
branchtrunk
changeset 854 871e367c9d90
parent 853 c738c2ac1968
child 855 16857017fc11
     1.1 --- a/gst-gmyth/playbinmaemo/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,27 +0,0 @@
     1.4 -plugin_LTLIBRARIES = libgstplaybinmaemo.la
     1.5 -
     1.6 -libgstplaybinmaemo_la_SOURCES =	\
     1.7 -	gstplaybinmaemo.c
     1.8 -
     1.9 -libgstplaybinmaemo_la_CFLAGS = \
    1.10 -	$(GST_CFLAGS) \
    1.11 -	$(GST_BASE_CFLAGS) \
    1.12 -	$(GST_PLUGINS_BASE_CFLAGS) \
    1.13 -	$(X11_CFLAGS)
    1.14 -
    1.15 -libgstplaybinmaemo_la_LIBADD = \
    1.16 -	$(GST_LIBS_LIBS) \
    1.17 -	$(X11_LIBS)
    1.18 -	-lgstinterfaces-0.10
    1.19 -
    1.20 -libgstplaybinmaemo_la_LDFLAGS = \
    1.21 -	$(GST_LIBS) \
    1.22 -	$(GST_PLUGIN_LDFLAGS) \
    1.23 -	$(GST_BASE_LIBS) \
    1.24 -	$(GST_PLUGINS_BASE_LIBS) \
    1.25 -	-lgstinterfaces-0.10 \
    1.26 -	$(X11_LIBS)
    1.27 -
    1.28 -noinst_HEADERS = \
    1.29 -	gstplaybinmaemo.h
    1.30 -