summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-01-25 23:12:55 +0100
committerraveit65 <[email protected]>2021-02-02 22:44:05 +0100
commit18a34d78737374627f1128be3b66c8ddd95bdb0e (patch)
treec705eae27bae7aba53eb685d90fe6d8018c64ae1 /src/Makefile.am
parent2111e64a46ae956bdac3242f490d4fb252113c4a (diff)
downloadmate-calc-18a34d78737374627f1128be3b66c8ddd95bdb0e.tar.bz2
mate-calc-18a34d78737374627f1128be3b66c8ddd95bdb0e.tar.xz
build: Use config.h which defines GETTEXT_PACKAGE & VERSION
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 24b8a2e..4ef161a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,9 +4,7 @@ noinst_PROGRAMS = test-mp test-mp-equation
TESTS = test-mp test-mp-equation
AM_CPPFLAGS = \
- -DVERSION=\""$(VERSION)"\" \
-DLOCALE_DIR=\""$(localedir)"\" \
- -DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\" \
$(WARN_CFLAGS) \
$(MATE_CALC_CFLAGS)