diff -r f9cd59844f78 -r 49947675bace gmyth-stream/gmencoder/src/Makefile.am
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gmyth-stream/gmencoder/src/Makefile.am	Thu Oct 25 18:40:14 2007 +0100
@@ -0,0 +1,20 @@
+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 =