branches/gmyth-0.1b/tests/Makefile.am
branchtrunk
changeset 366 8aa32fa19a8f
parent 365 28c358053693
child 367 839c0fc4f285
     1.1 --- a/branches/gmyth-0.1b/tests/Makefile.am	Wed Feb 14 23:06:17 2007 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,18 +0,0 @@
     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)