branches/gmyth-0.1b/tests/Makefile.am
author rosfran
Mon Feb 12 14:52:45 2007 +0000 (2007-02-12)
branchtrunk
changeset 353 f3b8627a51e4
permissions -rw-r--r--
[svn r355] Added G_IO_IN event handlers, using g_io_add_watch, to the GMyth's MonitorHandler.
     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)