branches/gmyth-0.1b/tests/Makefile.am
author morphbr
Wed Feb 07 00:03:05 2007 +0000 (2007-02-07)
branchtrunk
changeset 329 818deb9ae65d
permissions -rw-r--r--
[svn r331] - Updated gmyth_http (comments, etc..)
- Modified gmyth_http test file (test/http.c to test/gmyth_test_http.c)
- Created gmyth_vlc (interface for vlc - will be used for live tv and cool stuff)
- Created gmyth_vlc test file (test/gmyth_test_vlc.c)
renatofilho@320
     1
noinst_PROGRAMS = \
renatofilho@320
     2
	test
renatofilho@320
     3
renatofilho@320
     4
TESTS = \
renatofilho@320
     5
	test
renatofilho@320
     6
renatofilho@320
     7
test_SOURCES = \
renatofilho@320
     8
	main.c
renatofilho@320
     9
renatofilho@320
    10
test_LDADD = \
renatofilho@320
    11
	$(MYSQL_LIBS) \
renatofilho@320
    12
	$(top_builddir)/src/libgmyth.la
renatofilho@320
    13
renatofilho@320
    14
AM_CPPFLAGS = \
renatofilho@320
    15
	-I$(top_srcdir) \
renatofilho@320
    16
	-I$(top_srcdir)/src \
renatofilho@320
    17
	$(MYSQL_CFLAGS) \
renatofilho@320
    18
	$(GLIB_CFLAGS)