aboutsummaryrefslogtreecommitdiff
path: root/src/ppm/Makefile.am
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-06-08 21:47:00 +0200
committerGuido Günther <agx@sigxcpu.org>2011-06-08 22:32:39 +0200
commit1d6e7fb4c6167904e260798ab39bee255f677dec (patch)
treecc6596eaf220b45be4a125e0ac47969fa3d3383e /src/ppm/Makefile.am
parent5f47e032fe2b2e8f69fe623e0e25b8e45bb3950a (diff)
Add an about dialog
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)," \