gmyth-stream/client/test/Makefile.am
author rosfran
Mon Apr 16 16:02:22 2007 +0100 (2007-04-16)
branchtrunk
changeset 553 424babd6b788
permissions -rw-r--r--
[svn r558] Sets the mythtv source "location" property, with the new pathname.
     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)