diff -r 5d027884a9d3 -r 3c18c36245e7 gmyth-stream/gmemcoder/src/Makefile.am --- a/gmyth-stream/gmemcoder/src/Makefile.am Tue Sep 18 13:45:04 2007 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -bin_PROGRAMS = \ - gmencoder - -gmencoder_SOURCES = \ - main.c \ - gmencoder.c \ - gmencoder.h - -gmencoder_LDADD = \ - $(GLIB_LIBS) \ - $(GST_LIBS) \ - $(GVFS_LIBS) \ - -lgstinterfaces-0.10 - -AM_CPPFLAGS = \ - $(GLIB_CFLAGS) \ - $(GST_CFLAGS) \ - $(GVFS_CFLAGS) - -CLEANFILES =