~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-08-01 06:48:10 UTC
  • mfrom: (236.1.38 codestyle)
  • Revision ID: brian@tangent.org-20080801064810-5qhx3x6o099uf14r
Merging Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
# Trick to get things compiled like they are shared, but linked directly in.
30
30
noinst_LTLIBRARIES = libmysyslt.la
31
31
 
32
 
pkginclude_HEADERS =    my_alloc.h \
33
 
                        my_getopt.h \
34
 
                        my_list.h \
35
 
                        my_sys.h \
36
 
                        my_pthread.h \
37
 
                        typelib.h
 
32
mysysincludedir = ${includedir}/mysys
 
33
dist_mysysinclude_HEADERS =     my_alloc.h \
 
34
                                my_getopt.h \
 
35
                                my_list.h \
 
36
                                my_sys.h \
 
37
                                my_pthread.h \
 
38
                                typelib.h
38
39
 
39
40
noinst_HEADERS =        mysys_priv.h \
40
41
                        my_bit.h \