diff -r 4fda44a11929 -r 7b0d87ef5e63 gmyth-stream/gmencoder/tests/Makefile.am --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gmyth-stream/gmencoder/tests/Makefile.am Wed Dec 16 10:06:21 2009 +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 =