gmyth-stream/client/test/Makefile.am
author rosfran
Tue May 15 21:39:04 2007 +0100 (2007-05-15)
branchtrunk
changeset 655 ad1457d65f74
permissions -rw-r--r--
[svn r661] Fixed starvation loop when reading an unlimited-size buffer (LiveTV) from the FileTransfer; MonitorHandler is a GThread now.
     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)