~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Monty Taylor
  • Date: 2009-12-24 23:36:45 UTC
  • mto: This revision was merged to the branch mainline in revision 1258.
  • Revision ID: mordred@inaugust.com-20091224233645-xmwr9pwcbrtcayqz
Moved plugin versioning out of drizzled/configmake.h and into drizzled/plugin/version.h. Also fixed header include paths.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
TESTS = 
21
21
check_PROGRAMS =
22
22
noinst_HEADERS =
 
23
nobase_pkginclude_HEADERS =
23
24
lib_LTLIBRARIES = 
24
25
noinst_LTLIBRARIES =
25
26
noinst_PROGRAMS =
176
177
          echo '#define PKGPLUGINDIR "$(pkgplugindir)"'; \
177
178
          echo '#undef VERSION'; \
178
179
          echo '#define VERSION "${PANDORA_RELEASE_VERSION}"'; \
179
 
          echo '#define DRIZZLE_VERSION_ID $(PANDORA_RELEASE_ID)'; \
180
 
          echo '#define DRIZZLE_RELEASE_COMMENT "${PANDORA_RELEASE_COMMENT}"'; \
181
180
        } | sed '/""/d' > $@-t
182
181
        @if diff $@-t $@ >/dev/null 2>&1 ; then \
183
182
          rm @-t ; \