~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/hello_world/Makefile.am

Merged build changes from Antony.

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)
25
22
 
26
23
EXTRA_LTLIBRARIES =     libhello_world.la
27
24
pkgplugin_LTLIBRARIES = @plugin_hello_world_shared_target@