diff -r 28c358053693 -r 8aa32fa19a8f branches/gmyth-0.1b/tests/Makefile.am --- a/branches/gmyth-0.1b/tests/Makefile.am Wed Feb 14 23:06:17 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,18 +0,0 @@ -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)