~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/Makefile.am

Replaced INCLUDES with AM_CPPFLAGS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
# This file is public domain and comes with NO WARRANTY of any kind
17
17
 
18
 
INCLUDES =                      -I$(top_builddir)/include \
 
18
AM_CPPFLAGS =                   -I$(top_builddir)/include \
19
19
                                -I$(top_srcdir)/include \
20
20
                                -I$(top_srcdir)/regex \
21
21
                                -I$(top_srcdir)/sql \