gmyth-stream/gmencoder/src/Makefile.am
author melunko
Thu Feb 21 17:52:35 2008 +0000 (2008-02-21)
branchtrunk
changeset 918 e565e84cefab
parent 789 f9cd59844f78
permissions -rw-r--r--
[svn r927] Removed uneeded files
     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 =