branches/gmyth-0.1b/tests/Makefile.am
branchtrunk
changeset 349 7005e696052c
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/branches/gmyth-0.1b/tests/Makefile.am	Sat Feb 10 20:01:54 2007 +0000
     1.3 @@ -0,0 +1,18 @@
     1.4 +noinst_PROGRAMS = \
     1.5 +	test
     1.6 +
     1.7 +TESTS = \
     1.8 +	test
     1.9 +
    1.10 +test_SOURCES = \
    1.11 +	main.c
    1.12 +
    1.13 +test_LDADD = \
    1.14 +	$(MYSQL_LIBS) \
    1.15 +	$(top_builddir)/src/libgmyth.la
    1.16 +
    1.17 +AM_CPPFLAGS = \
    1.18 +	-I$(top_srcdir) \
    1.19 +	-I$(top_srcdir)/src \
    1.20 +	$(MYSQL_CFLAGS) \
    1.21 +	$(GLIB_CFLAGS)