gst-gmyth/playbinmaemo/Makefile.am
author melunko
Fri Aug 10 14:45:36 2007 +0100 (2007-08-10)
branchtrunk
changeset 798 19626dc62c16
permissions -rw-r--r--
[svn r804] Added function to retrieve backend details (total space, free space, etc)
renatofilho@787
     1
plugin_LTLIBRARIES = libgstplaybinmaemo.la
renatofilho@787
     2
renatofilho@787
     3
libgstplaybinmaemo_la_SOURCES =	\
renatofilho@787
     4
	gstplaybinmaemo.c
renatofilho@787
     5
renatofilho@787
     6
libgstplaybinmaemo_la_CFLAGS = \
renatofilho@787
     7
	$(GST_CFLAGS) \
renatofilho@787
     8
	$(GST_BASE_CFLAGS) \
renatofilho@787
     9
	$(GST_PLUGINS_BASE_CFLAGS) \
renatofilho@787
    10
	$(X11_CFLAGS)
renatofilho@787
    11
renatofilho@787
    12
libgstplaybinmaemo_la_LIBADD = \
renatofilho@787
    13
	$(GST_LIBS_LIBS) \
renatofilho@787
    14
	$(X11_LIBS)
renatofilho@787
    15
	-lgstinterfaces-0.10
renatofilho@787
    16
renatofilho@787
    17
libgstplaybinmaemo_la_LDFLAGS = \
renatofilho@787
    18
	$(GST_LIBS) \
renatofilho@787
    19
	$(GST_PLUGIN_LDFLAGS) \
renatofilho@787
    20
	$(GST_BASE_LIBS) \
renatofilho@787
    21
	$(GST_PLUGINS_BASE_LIBS) \
renatofilho@787
    22
	-lgstinterfaces-0.10 \
renatofilho@787
    23
	$(X11_LIBS)
renatofilho@787
    24
renatofilho@787
    25
noinst_HEADERS = \
renatofilho@787
    26
	gstplaybinmaemo.h
renatofilho@787
    27