~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to strings/tests/Makefile.am

Replaced INCLUDES with AM_CPPFLAGS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
MYSQLDATAdir =          $(localstatedir)
19
19
MYSQLSHAREdir =         $(pkgdatadir)
20
20
MYSQLBASEdir=           $(prefix)
21
 
INCLUDES =              -I$(top_builddir)/include \
 
21
AM_CPPFLAGS =           -I$(top_builddir)/include \
22
22
                        -I$(top_srcdir)/include -I$(srcdir)  \
23
23
                        -I$(top_srcdir)/strings
24
24
LDADD =                 $(top_builddir)/strings/libmysyslt.la \