gmyth-stream/client/test/Makefile.am
author melunko
Wed May 16 13:21:24 2007 +0100 (2007-05-16)
branchtrunk
changeset 662 9d602fc9a799
permissions -rw-r--r--
[svn r668] Fixed but to release hostname string when the local machine does not have hostname set
     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)