gmyth-stream/gmemcoder/src/Makefile.am
author rosfran
Wed May 23 21:49:19 2007 +0100 (2007-05-23)
branchtrunk
changeset 704 5b6a77d85cf7
parent 586 bd0ad44171e7
child 786 a4529d0f8ede
permissions -rw-r--r--
[svn r710] Fixed verification of the MythTV UPnP service.
     1 bin_PROGRAMS = \
     2 	gmencoder
     3 
     4 gmencoder_SOURCES = \
     5 	main.c \
     6 	gmencoder.c \
     7 	gmencoder.h 
     8 	
     9 gmencoder_LDADD = \
    10 	$(GLIB_LIBS) \
    11 	$(GST_LIBS)
    12 
    13 AM_CPPFLAGS = \
    14 	$(GLIB_CFLAGS) \
    15 	$(GST_CFLAGS)
    16 
    17 CLEANFILES =