diff -r 000000000000 -r ad1457d65f74 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 21:39: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)