~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/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:
45
45
endif
46
46
endif
47
47
 
48
 
pkginclude_HEADERS =    decimal.h \
49
 
                        m_ctype.h \
50
 
                        m_string.h \
51
 
                        my_xml.h
 
48
mystringsincludedir = ${includedir}/mystrings
 
49
dist_mystringsinclude_HEADERS =         decimal.h \
 
50
                                        m_ctype.h \
 
51
                                        m_string.h \
 
52
                                        my_xml.h
52
53
 
53
54
noinst_HEADERS =        my_uctype.h
54
55