diff -r 000000000000 -r 06009f72d657 branches/gmyth-0.1b/tests/Makefile.am --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/branches/gmyth-0.1b/tests/Makefile.am Tue Feb 13 23:17:35 2007 +0000 @@ -0,0 +1,18 @@ +noinst_PROGRAMS = \ + test + +TESTS = \ + test + +test_SOURCES = \ + main.c + +test_LDADD = \ + $(MYSQL_LIBS) \ + $(top_builddir)/src/libgmyth.la + +AM_CPPFLAGS = \ + -I$(top_srcdir) \ + -I$(top_srcdir)/src \ + $(MYSQL_CFLAGS) \ + $(GLIB_CFLAGS)