diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-02-03 06:42:33 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-02-03 06:42:33 +0000 |
commit | e14cca806c98818515054556df949c482519fc70 (patch) | |
tree | 854b02feea493813456d2973e3958c4505e5b289 /pango/Makefile.am | |
parent | 077a0cab19973825597ad8ed2f4ac579c4d0cba5 (diff) | |
download | pango-e14cca806c98818515054556df949c482519fc70.tar.gz |
AC_DEFINE the module version, such that pango-querymodules gets rebuilt
2006-02-03 Behdad Esfahbod <behdad@gnome.org>
* configure.in: AC_DEFINE the module version, such that
pango-querymodules gets rebuilt after module version
update.
* pango/Makefile.am: Do not set -DMODULE_VERSION.
Diffstat (limited to 'pango/Makefile.am')
-rw-r--r-- | pango/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pango/Makefile.am b/pango/Makefile.am index 050d878a..ebd40994 100644 --- a/pango/Makefile.am +++ b/pango/Makefile.am @@ -20,7 +20,6 @@ INCLUDES = \ -DPANGO_ENABLE_ENGINE \ -DSYSCONFDIR=\"$(sysconfdir)\" \ -DLIBDIR=\"$(libdir)\" \ - -DMODULE_VERSION=\"$(PANGO_MODULE_VERSION)\" \ -I$(top_srcdir) \ $(PANGO_DEBUG_FLAGS) \ $(GLIB_CFLAGS) \ |