gst-gmyth/playbinmaemo/Makefile.am
author melunko
Thu Aug 23 22:30:57 2007 +0100 (2007-08-23)
branchtrunk
changeset 825 32ec09590cf2
permissions -rw-r--r--
[svn r831] fixed bug on transcode file
     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