diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-21 15:13:05 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-21 15:13:05 +0200 |
commit | 1c46aec47a9059d308e21391a8b8e92bd1c41737 (patch) | |
tree | 457a1aa9b9098673c4c57571d7f5716a98453a42 /buildlib/environment.mak.in | |
parent | a680e061adae846d1c02dd0bb4b1f951592c9580 (diff) |
apply the correct metadata (package, version, mail) to all pot and po files
Diffstat (limited to 'buildlib/environment.mak.in')
-rw-r--r-- | buildlib/environment.mak.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildlib/environment.mak.in b/buildlib/environment.mak.in index 0f0fac095..7ceae70ce 100644 --- a/buildlib/environment.mak.in +++ b/buildlib/environment.mak.in @@ -3,6 +3,7 @@ PACKAGE = @PACKAGE@ PACKAGE_VERSION = @PACKAGE_VERSION@ +PACKAGE_MAIL = @PACKAGE_MAIL@ # C++ compiler options CC = @CC@ |