~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/Makefile.am

Replaced INCLUDES with AM_CPPFLAGS.

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