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@786: $(GST_LIBS) \ renatofilho@789: $(GVFS_LIBS) \ renatofilho@789: -lgstinterfaces-0.10 renatofilho@586: renatofilho@586: AM_CPPFLAGS = \ renatofilho@586: $(GLIB_CFLAGS) \ renatofilho@786: $(GST_CFLAGS) \ renatofilho@786: $(GVFS_CFLAGS) renatofilho@586: renatofilho@586: CLEANFILES =