gmyth-stream/client/test/Makefile.am
branchtrunk
changeset 536 e33d727356b3
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gmyth-stream/client/test/Makefile.am	Thu Apr 12 21:17:33 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)