diff -r 000000000000 -r 0469baf4217c gmyth-stream/client/test/Makefile.am --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gmyth-stream/client/test/Makefile.am Tue May 15 22:14:04 2007 +0100 @@ -0,0 +1,13 @@ +bin_PROGRAMS = \ + test + +test_SOURCES = \ + main.c + +test_LDADD = \ + $(top_builddir)/src/libgmythstreamclient.la \ + $(GLIB_LIBS) + +AM_CPPFLAGS = \ + -I$(top_builddir)/src \ + $(GLIB_CFLAGS)