diff -r 4fda44a11929 -r e8e3219edf5f gmyth-stream/gmencoder/tests/Makefile.am --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gmyth-stream/gmencoder/tests/Makefile.am Wed Feb 27 11:00:07 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 =