gmyth-stream/gmemcoder/src/Makefile.am
author renatofilho
Thu Aug 16 14:46:11 2007 +0100 (2007-08-16)
branchtrunk
changeset 807 add4025ca678
parent 786 a4529d0f8ede
permissions -rw-r--r--
[svn r813] created a timeout function for invalid channels
     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 	$(GVFS_LIBS) \
    13 	-lgstinterfaces-0.10
    14 
    15 AM_CPPFLAGS = \
    16 	$(GLIB_CFLAGS) \
    17 	$(GST_CFLAGS) \
    18     $(GVFS_CFLAGS)
    19 
    20 CLEANFILES =