~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Brian Aker
  • Date: 2011-11-05 03:32:21 UTC
  • mto: This revision was merged to the branch mainline in revision 2453.
  • Revision ID: brian@tangent.org-20111105033221-a3d0wmmzddcmdt81
Fix libdrizzle pc support (and restore older .pc file to fix older compiles).

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
man_MANS =
42
42
bin_PROGRAMS =
43
43
 
 
44
nobase_include_HEADERS=
 
45
 
44
46
# scripts or bin_scripts
45
47
dist_bin_SCRIPTS=
46
48
# sbin_scripts
134
136
          echo '#define SHAREDSTATEDIR "$(sharedstatedir)"'; \
135
137
          echo '#define LOCALSTATEDIR "$(localstatedir)"'; \
136
138
          echo '#define INCLUDEDIR "$(includedir)"'; \
137
 
          echo '#define OLDINCLUDEDIR "$(oldincludedir)"'; \
138
139
          echo '#define DOCDIR "$(docdir)"'; \
139
140
          echo '#define INFODIR "$(infodir)"'; \
140
141
          echo '#define HTMLDIR "$(htmldir)"'; \