gmyth-stream/client/test/Makefile.am
author melunko
Wed May 16 13:35:11 2007 +0100 (2007-05-16)
branchtrunk
changeset 663 338476853df3
permissions -rw-r--r--
[svn r669] If local hostname is not found, we consider it as a default string
     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)