branch | trunk |
changeset 615 | 4fda44a11929 |
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gmyth-stream/gmemcoder/tests/Makefile.am Tue May 01 22:19:50 2007 +0100 1.3 @@ -0,0 +1,15 @@ 1.4 +bin_PROGRAMS = \ 1.5 + gnl-test 1.6 + 1.7 +gnl_test_SOURCES = \ 1.8 + main.c 1.9 + 1.10 +gnl_test_LDADD = \ 1.11 + $(GLIB_LIBS) \ 1.12 + $(GST_LIBS) 1.13 + 1.14 +AM_CPPFLAGS = \ 1.15 + $(GLIB_CFLAGS) \ 1.16 + $(GST_CFLAGS) 1.17 + 1.18 +CLEANFILES =