diff -r 4fda44a11929 -r ec1d5934d8e8 gmyth-stream/gmencoder/tests/Makefile.am --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gmyth-stream/gmencoder/tests/Makefile.am Fri Mar 14 13:13:18 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 =