summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-07-21 18:14:54 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-07-21 18:14:54 +0000
commit6179b0620be7ef85ebc2bc1ec3d711c333e45344 (patch)
tree8aabf6294269fe033121e74a09e735d7565bd86b /Makefile.am
parent2e41f072a5542d409e280d4310fe873c60bfc3b7 (diff)
downloadglib-6179b0620be7ef85ebc2bc1ec3d711c333e45344.tar.gz
Fix #132858, Sven Neumann, patch by James Henstridge:
2004-07-21 Matthias Clasen <mclasen@redhat.com> Fix #132858, Sven Neumann, patch by James Henstridge: * glib-gettextize.in: modify so that mkinstalldirs will get installed into auxdir. * Makefile.am (gettext_SCRIPTS): install mkinstalldirs.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 4432735d3..1380f76f0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -69,6 +69,10 @@ pkgconfig_DATA = glib-2.0.pc gobject-2.0.pc gmodule-2.0.pc gthread-2.0.pc
$(pkgconfig_DATA): config.status
+# install mkinstalldirs for glib-gettextize's benefit
+gettextdir = $(datadir)/glib-2.0/gettext
+gettext_SCRIPTS = mkinstalldirs
+
# build documentation when doing distcheck
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc