~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-07-30 18:16:15 UTC
  • mto: (236.1.7 codestyle)
  • mto: This revision was merged to the branch mainline in revision 243.
  • Revision ID: monty@inaugust.com-20080730181615-747x4iuw0bonvk6d
Removed global include dir from CPPFLAGS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
#called from the top level Makefile
17
17
 
18
 
AM_CPPFLAGS =   -I$(top_srcdir)/strings \
19
 
                -I$(top_srcdir)/drizzled \
20
 
                -I$(top_srcdir)/include \
21
 
                -I$(top_srcdir)
22
 
 
23
18
noinst_LTLIBRARIES =    libfield.la
24
19
 
25
20
libfield_la_SOURCES =   blob.cc \