~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-07-26 04:51:46 UTC
  • mfrom: (202.1.25 codestyle)
  • Revision ID: brian@tangent.org-20080726045146-ax7ofn8aqnkycjl3
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#
21
21
# This file is public domain and comes with NO WARRANTY of any kind
22
22
 
23
 
AM_CPPFLAGS =   -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)/vio -I$(top_srcdir)/mysys
 
23
AM_CPPFLAGS =   ${GLOBAL_CPPFLAGS} -I$(top_srcdir)/vio -I$(top_srcdir)/mysys
24
24
 
25
25
MYSQLDATAdir =                  $(localstatedir)
26
26
MYSQLSHAREdir =                 $(pkgdatadir)