branches/gmyth-0.1b/tests/Makefile.am
author renatofilho
Thu Feb 01 18:42:01 2007 +0000 (2007-02-01)
branchtrunk
changeset 320 22a17127789e
permissions -rw-r--r--
[svn r322] created branch gmyth-0.1b
     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)