~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/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:
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 \