summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 52050e2c5..322491115 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -103,6 +103,16 @@ git-checkout-po:
update-po:
@for d in $(PO_SUBDIRS); do (cd "$$d" && $(MAKE) $(AM_MAKEFLAGS) update-po) || exit 1; done
+@GP_GETTEXT_SETUP_MK@
+
+# Dummy target to force Automake to make the all target depend on it
+all-local:
+ @:
+
+# Dummy target to force Automake to make the distclean target depend on it
+distclean-local:
+ @:
+
########################################################################
# The following default options for aclocal and automake