~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libmysql/Makefile.am

Replaced INCLUDES with AM_CPPFLAGS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
                        -DUNDEF_THREADS_HACK
45
45
 
46
46
LIBS =          @CLIENT_LIBS@ 
47
 
INCLUDES =      -I$(top_builddir)/include -I$(top_srcdir)/include -I$(top_srcdir)/vio -I$(top_srcdir)/mysys -I$(top_builddir)/sql-common
 
47
AM_CPPFLAGS =   -I$(top_builddir)/include -I$(top_srcdir)/include -I$(top_srcdir)/vio -I$(top_srcdir)/mysys -I$(top_builddir)/sql-common
48
48
 
49
49
EXTRA_DIST = libmysql.def
50
50