renatofilho@320: noinst_PROGRAMS = \ renatofilho@320: test renatofilho@320: renatofilho@320: TESTS = \ renatofilho@320: test renatofilho@320: renatofilho@320: test_SOURCES = \ renatofilho@320: main.c renatofilho@320: renatofilho@320: test_LDADD = \ renatofilho@320: $(MYSQL_LIBS) \ renatofilho@320: $(top_builddir)/src/libgmyth.la renatofilho@320: renatofilho@320: AM_CPPFLAGS = \ renatofilho@320: -I$(top_srcdir) \ renatofilho@320: -I$(top_srcdir)/src \ renatofilho@320: $(MYSQL_CFLAGS) \ renatofilho@320: $(GLIB_CFLAGS)