gmyth-stream/client/test/Makefile.am
author rosfran
Thu May 17 15:43:02 2007 +0100 (2007-05-17)
branchtrunk
changeset 683 4a784466828d
permissions -rw-r--r--
[svn r689] Added new test case to TV Chain; put back the testing scripts configuration file.
     1 bin_PROGRAMS = \
     2 	test
     3 
     4 test_SOURCES = \
     5 	main.c
     6 	
     7 test_LDADD = \
     8 	$(top_builddir)/src/libgmythstreamclient.la \
     9 	$(GLIB_LIBS)
    10 
    11 AM_CPPFLAGS = \
    12 	-I$(top_builddir)/src \
    13 	$(GLIB_CFLAGS)