diff -r 4fda44a11929 -r 00536b0eb88b gmyth-stream/gmencoder/tests/Makefile.am
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gmyth-stream/gmencoder/tests/Makefile.am	Mon Feb 25 18:40:34 2008 +0000
@@ -0,0 +1,15 @@
+bin_PROGRAMS = \
+	gnl-test
+
+gnl_test_SOURCES = \
+	main.c 
+	
+gnl_test_LDADD = \
+	$(GLIB_LIBS) \
+	$(GST_LIBS)
+
+AM_CPPFLAGS = \
+	$(GLIB_CFLAGS) \
+	$(GST_CFLAGS)
+
+CLEANFILES =