~mkindahl/drizzle/remove-mem-casts

« back to all changes in this revision

Viewing changes to plugin/hello_world/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:
19
19
MYSQLBASEdir=           $(prefix)
20
20
MYSQLLIBdir=            $(pkglibdir)
21
21
pkgplugindir =          $(pkglibdir)/plugin
22
 
AM_CPPFLAGS =           -I$(top_srcdir)/include -I$(top_builddir)/include \
23
 
                        -I$(top_srcdir)/server \
24
 
                        -I$(srcdir)
 
22
AM_CPPFLAGS =           ${GLOBAL_CPPFLAGS} -I$(top_srcdir)/server
25
23
 
26
24
EXTRA_LTLIBRARIES =     libhello_world.la
27
25
pkgplugin_LTLIBRARIES = @plugin_hello_world_shared_target@