aboutsummaryrefslogtreecommitdiff
path: root/src/ppm/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/ppm/Makefile.am')
-rw-r--r--src/ppm/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ppm/Makefile.am b/src/ppm/Makefile.am
index 8346110..65952cd 100644
--- a/src/ppm/Makefile.am
+++ b/src/ppm/Makefile.am
@@ -15,6 +15,7 @@ EXTRA_DIST = $(python_DATA) $(python_DATA_IN)
%.py: $(srcdir)/%.py.in $(srcdir)/Makefile
sed -e "s,::PACKAGE::,$(PACKAGE)," \
+ -e "s,::VERSION::,$(PACKAGE_VERSION)," \
-e "s,::PYLIBDIR::,$(pkgdatadir)," \
-e "s,::GETTEXTDIR::,$(datadir)/locale," \
-e "s,::DATADIR::,$(datadir)," \