~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/plugin.am

  • Committer: Barry.Leslie at PrimeBase
  • Date: 2010-07-09 20:05:30 UTC
  • mto: (1657.1.4 build)
  • mto: This revision was merged to the branch mainline in revision 1659.
  • Revision ID: barry.leslie@primebase.com-20100709200530-dqa66kr25u87b5w2
Install the pbmslib.h file using the automake dist_include_HEADERS list.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
plugin_pbms_libpbmscl_la_CXXFLAGS =     $(AM_CXXFLAGS) -DDRIZZLED
31
31
 
32
32
lib_LTLIBRARIES += plugin/pbms/libpbmscl.la
 
33
dist_include_HEADERS += plugin/pbms/src/pbmslib.h
33
34
 
34
35
EXTRA_DIST+= \
35
36
             plugin/pbms/src/TransTest.cc \
42
43
             plugin/pbms/src/systab_enabled_ms.h \
43
44
             plugin/pbms/src/udf_ms.cc
44
45
 
45
 
# If you know of a better way of getting pbmslib.h into $(includedir) please do it. 
46
 
install-data-hook:
47
 
                cp $(srcdir)/plugin/pbms/src/pbmslib.h  $(includedir);