branch | trunk |
changeset 668 | 7a6b3fa42278 |
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gmyth-stream/client/test/Makefile.am Wed May 16 16:13:16 2007 +0100 1.3 @@ -0,0 +1,13 @@ 1.4 +bin_PROGRAMS = \ 1.5 + test 1.6 + 1.7 +test_SOURCES = \ 1.8 + main.c 1.9 + 1.10 +test_LDADD = \ 1.11 + $(top_builddir)/src/libgmythstreamclient.la \ 1.12 + $(GLIB_LIBS) 1.13 + 1.14 +AM_CPPFLAGS = \ 1.15 + -I$(top_builddir)/src \ 1.16 + $(GLIB_CFLAGS)