~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-10-07 01:33:26 UTC
  • mto: (481.1.16 codestyle)
  • mto: This revision was merged to the branch mainline in revision 488.
  • Revision ID: monty@inaugust.com-20081007013326-jcgzxcbtdkkwavrr
Split iocache definitions into their own header.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
noinst_LTLIBRARIES =    libmysys.la
21
21
 
22
22
mysysincludedir = ${includedir}/mysys
23
 
dist_mysysinclude_HEADERS =     my_alloc.h \
 
23
dist_mysysinclude_HEADERS =     iocache.h \
 
24
                                my_alloc.h \
24
25
                                my_getopt.h \
25
26
                                my_list.h \
26
27
                                my_sys.h \