~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-08-01 06:52:05 UTC
  • mto: (202.3.9 gettextize)
  • mto: This revision was merged to the branch mainline in revision 244.
  • Revision ID: monty@inaugust.com-20080801065205-gqd88xpughubk4zb
Fixed header install problem. The now install to the right places. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
              sql_select.o \
50
50
              sql_update.o
51
51
 
52
 
pkginclude_HEADERS =    error.h \
53
 
                        plugin.h \
54
 
                        plugin_audit.h
 
52
drizzledincludedir = ${includedir}/drizzled
 
53
dist_drizzledinclude_HEADERS =  error.h \
 
54
                                plugin.h \
 
55
                                plugin_audit.h
55
56
 
56
57
noinst_LTLIBRARIES = libhandler.la
57
58