~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-07-01 20:52:03 UTC
  • mfrom: (28.1.23 libtool-patch)
  • Revision ID: brian@tangent.org-20080701205203-3jm6ga57uzxy8k4t
Merge of taylor's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
bin_PROGRAMS =          mysql_client_test
34
34
noinst_PROGRAMS =       insert_test select_test thread_test bug25714
35
35
 
36
 
INCLUDES =              -I$(top_builddir)/include -I$(top_srcdir)/include \
 
36
AM_CPPFLAGS =           -I$(top_builddir)/include -I$(top_srcdir)/include \
37
37
                        $(openssl_includes)
38
38
LIBS =                  @CLIENT_LIBS@
39
39
LDADD =                 $(LIBMYSQLCLIENT_LA) -lz
56
56
thread_test.o:          thread_test.c
57
57
                        $(COMPILE) -c $(INCLUDES) $<
58
58
 
59
 
# Don't update the files from bitkeeper
60
 
%::SCCS/s.%