~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/hello_world/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-07-27 21:07:26 UTC
  • Revision ID: brian@tangent.org-20080727210726-zxwx10dy0w55qswh
Rename of fields (fix issue with string and decimal .h clashing).

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 =           ${GLOBAL_CPPFLAGS} -I$(top_srcdir)/server
 
22
AM_CPPFLAGS =           ${GLOBAL_CPPFLAGS} -I$(top_srcdir)/drizzled \
 
23
                        -I$(top_srcdir)
23
24
 
24
25
EXTRA_LTLIBRARIES =     libhello_world.la
25
26
pkgplugin_LTLIBRARIES = @plugin_hello_world_shared_target@