gst-plugins-mythtv/src/Makefile.am
author rosfran
Mon Oct 23 18:12:18 2006 +0100 (2006-10-23)
branchtrunk
changeset 42 9a5f5a33cd87
parent 13 f3cdc7844178
child 44 7a654d6de88f
permissions -rwxr-xr-x
[svn r43] Some small fixes on header names references.
     1 plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
     2 
     3 plugin_LTLIBRARIES =	libgstmythtvsrc.la
     4 
     5 libgstmythtvsrc_la_SOURCES =	\
     6 		gstmythtvsrc.c \
     7 		gmyth_uri.c \
     8 		gmyth_file_transfer.c \
     9 		gmyth_livetv.c
    10 
    11 libgstmythtvsrc_la_CFLAGS = \
    12 	$(GST_CFLAGS) \
    13 	$(GMYTH_CFLAGS)
    14 
    15 libgstmythtvsrc_la_LDFLAGS = \
    16 	$(GST_PLUGIN_LDFLAGS)
    17 
    18 libgstmythtvsrc_la_LIBADD = \
    19 	$(GST_BASE_LIBS) \
    20 	$(GMYTH_LIBS)
    21 
    22 noinst_HEADERS = \
    23 	gstmythtvsrc.h \
    24 	gmyth_uri.h \
    25 	gmyth_file_transfer.h \
    26 	gmyth_livetv.h
    27