gst-gmyth/playbinmaemo/Makefile.am
author melunko
Thu Aug 30 13:46:59 2007 +0100 (2007-08-30)
branchtrunk
changeset 836 fb7baa0b3d2d
permissions -rw-r--r--
[svn r842] Added some more fields at ScheduleInfo structure
     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