gmyth-stream/gmemcoder/src/Makefile.am
author renatofilho
Tue Jul 17 23:17:09 2007 +0100 (2007-07-17)
branchtrunk
changeset 788 357b301e2d23
parent 588 3219eb5401c0
child 789 f9cd59844f78
permissions -rw-r--r--
[svn r794] -fixed volume property for audio sinks elements; - Created property parse-metadata for enable parse files metadata
renatofilho@586
     1
bin_PROGRAMS = \
renatofilho@586
     2
	gmencoder
renatofilho@586
     3
renatofilho@586
     4
gmencoder_SOURCES = \
renatofilho@586
     5
	main.c \
renatofilho@588
     6
	gmencoder.c \
renatofilho@588
     7
	gmencoder.h 
renatofilho@586
     8
	
renatofilho@586
     9
gmencoder_LDADD = \
renatofilho@586
    10
	$(GLIB_LIBS) \
renatofilho@786
    11
	$(GST_LIBS) \
renatofilho@786
    12
	$(GVFS_LIBS)
renatofilho@586
    13
renatofilho@586
    14
AM_CPPFLAGS = \
renatofilho@586
    15
	$(GLIB_CFLAGS) \
renatofilho@786
    16
	$(GST_CFLAGS) \
renatofilho@786
    17
    $(GVFS_CFLAGS)
renatofilho@586
    18
renatofilho@586
    19
CLEANFILES =