gst-gmyth/playbinmaemo/Makefile.am
author leo_sobral
Fri Aug 17 22:47:49 2007 +0100 (2007-08-17)
branchtrunk
changeset 811 69aba3b6b7b3
permissions -rw-r--r--
[svn r817] Fixed volume element bug and added audioconvert to audio pipeline
     1 plugin_LTLIBRARIES = libgstplaybinmaemo.la
     2 
     3 libgstplaybinmaemo_la_SOURCES =	\
     4 	gstplaybinmaemo.c
     5 
     6 libgstplaybinmaemo_la_CFLAGS = \
     7 	$(GST_CFLAGS) \
     8 	$(GST_BASE_CFLAGS) \
     9 	$(GST_PLUGINS_BASE_CFLAGS) \
    10 	$(X11_CFLAGS)
    11 
    12 libgstplaybinmaemo_la_LIBADD = \
    13 	$(GST_LIBS_LIBS) \
    14 	$(X11_LIBS)
    15 	-lgstinterfaces-0.10
    16 
    17 libgstplaybinmaemo_la_LDFLAGS = \
    18 	$(GST_LIBS) \
    19 	$(GST_PLUGIN_LDFLAGS) \
    20 	$(GST_BASE_LIBS) \
    21 	$(GST_PLUGINS_BASE_LIBS) \
    22 	-lgstinterfaces-0.10 \
    23 	$(X11_LIBS)
    24 
    25 noinst_HEADERS = \
    26 	gstplaybinmaemo.h
    27