renatofilho@586: bin_PROGRAMS = \
renatofilho@586: 	gmencoder
renatofilho@586: 
renatofilho@586: gmencoder_SOURCES = \
renatofilho@586: 	main.c \
renatofilho@588: 	gmencoder.c \
renatofilho@588: 	gmencoder.h 
renatofilho@586: 	
renatofilho@586: gmencoder_LDADD = \
renatofilho@586: 	$(GLIB_LIBS) \
renatofilho@586: 	$(GST_LIBS)
renatofilho@586: 
renatofilho@586: AM_CPPFLAGS = \
renatofilho@586: 	$(GLIB_CFLAGS) \
renatofilho@586: 	$(GST_CFLAGS)
renatofilho@586: 
renatofilho@586: CLEANFILES =