~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/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:
17
17
MYSQLSHAREdir =         $(pkgdatadir)
18
18
MYSQLBASEdir=           $(prefix)
19
19
MYSQLLIBdir=            $(pkglibdir)
20
 
AM_CPPFLAGS =           -I$(top_srcdir)/include -I$(top_builddir)/include \
21
 
                        -I$(top_srcdir)/server \
22
 
                        -I$(srcdir)
 
20
AM_CPPFLAGS =           ${GLOBAL_INCLUDES} \
 
21
                        -I$(top_srcdir)/server 
23
22
WRAPLIBS=
24
23
 
25
24
LDADD =                 libheap.la \