branches/gmyth-0.1b/tests/Makefile.am
author morphbr
Sat Feb 10 20:01:54 2007 +0000 (2007-02-10)
branchtrunk
changeset 349 7005e696052c
permissions -rw-r--r--
[svn r351] - Bug fix in gmyth_util.c: included support for time without seconds in gmyth_util_string_to_time_val_fmt (XML format from backend)
- Bug fix in gmyth_http.c: fixed bug when there are no channels
- gmyth_vlc.c/h: included support to specify a port when connecting to VLC
- tests: fixed vlc test file regarding the fix above
created script to compile http test app
     1 noinst_PROGRAMS = \
     2 	test
     3 
     4 TESTS = \
     5 	test
     6 
     7 test_SOURCES = \
     8 	main.c
     9 
    10 test_LDADD = \
    11 	$(MYSQL_LIBS) \
    12 	$(top_builddir)/src/libgmyth.la
    13 
    14 AM_CPPFLAGS = \
    15 	-I$(top_srcdir) \
    16 	-I$(top_srcdir)/src \
    17 	$(MYSQL_CFLAGS) \
    18 	$(GLIB_CFLAGS)