gst-gmyth/playbinmaemo/Makefile.am
branchtrunk
changeset 794 02ba1859ddc0
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gst-gmyth/playbinmaemo/Makefile.am	Fri Aug 03 21:42:55 2007 +0100
     1.3 @@ -0,0 +1,27 @@
     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 +