~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Monty Taylor
  • Date: 2011-02-11 22:57:37 UTC
  • mto: (2165.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2166.
  • Revision ID: mordred@inaugust.com-20110211225737-zb9chwaonvklf94d
Provide pkg-config files and also stick drizzle plugin files in a place
where we don't conflict with our tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
nobase_nodist_include_HEADERS =
24
24
nobase_dist_include_HEADERS =
25
25
dist_include_HEADERS =
 
26
nobase_nodist_pkginclude_HEADERS =
 
27
nobase_dist_pkginclude_HEADERS =
 
28
dist_pkginclude_HEADERS =
26
29
sbin_PROGRAMS =
27
30
lib_LTLIBRARIES = 
28
31
noinst_LTLIBRARIES =
94
97
        done
95
98
 
96
99
BUILT_SOURCES+= drizzled/configmake.h
97
 
nobase_nodist_include_HEADERS+= drizzled/configmake.h
 
100
nobase_nodist_pkginclude_HEADERS+= drizzled/configmake.h
98
101
drizzled/configmake.h: ${top_srcdir}/Makefile.in
99
102
        @echo "Making $@"
100
103
        @rm -f $@-t $@