1.1 --- a/gmyth-stream/gmemcoder/src/Makefile.am Tue Sep 18 13:45:04 2007 +0100
1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
1.3 @@ -1,20 +0,0 @@
1.4 -bin_PROGRAMS = \
1.5 - gmencoder
1.6 -
1.7 -gmencoder_SOURCES = \
1.8 - main.c \
1.9 - gmencoder.c \
1.10 - gmencoder.h
1.11 -
1.12 -gmencoder_LDADD = \
1.13 - $(GLIB_LIBS) \
1.14 - $(GST_LIBS) \
1.15 - $(GVFS_LIBS) \
1.16 - -lgstinterfaces-0.10
1.17 -
1.18 -AM_CPPFLAGS = \
1.19 - $(GLIB_CFLAGS) \
1.20 - $(GST_CFLAGS) \
1.21 - $(GVFS_CFLAGS)
1.22 -
1.23 -CLEANFILES =