gmyth-stream/gmemcoder/src/Makefile.am
author renatofilho
Sat Jul 14 17:20:54 2007 +0100 (2007-07-14)
branchtrunk
changeset 787 e42706ada231
parent 588 3219eb5401c0
child 789 f9cd59844f78
permissions -rw-r--r--
[svn r793] -created playbinmaemo element; autoplug for nokia devices
     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 
    14 AM_CPPFLAGS = \
    15 	$(GLIB_CFLAGS) \
    16 	$(GST_CFLAGS) \
    17     $(GVFS_CFLAGS)
    18 
    19 CLEANFILES =