summaryrefslogtreecommitdiff
path: root/pango
diff options
context:
space:
mode:
authorManish Singh <yosh@gimp.org>2002-03-06 17:23:04 +0000
committerManish Singh <yosh@src.gnome.org>2002-03-06 17:23:04 +0000
commit74a3b0e23ff9797780e074db3ba5b48396917ed0 (patch)
tree9489923d7266c6695c05812c77624719a2ff1d26 /pango
parent21e3135bf7cd6038894c31a42d217504aab9a192 (diff)
downloadpango-74a3b0e23ff9797780e074db3ba5b48396917ed0.tar.gz
install-exec-hook should always exist, because the automake rules assume
2002-03-06 Manish Singh <yosh@gimp.org> * pango/Makefile.am: install-exec-hook should always exist, because the automake rules assume it to be there if it is included anywhere in the Makefile.am. So put only the body of it inside DISABLE_EXPLICIT_DEPS.
Diffstat (limited to 'pango')
-rw-r--r--pango/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/Makefile.am b/pango/Makefile.am
index 11e82be6..1de42abb 100644
--- a/pango/Makefile.am
+++ b/pango/Makefile.am
@@ -318,8 +318,8 @@ pangowin32-$(PANGO_API_VERSION).lib: libpangowin32-$(PANGO_API_VERSION).la pango
install-data-local: install-ms-lib install-libtool-import-lib
-if DISABLE_EXPLICIT_DEPS
install-exec-hook:
+if DISABLE_EXPLICIT_DEPS
-for i in libpangoft2-$(PANGO_API_VERSION).la libpangoxft-$(PANGO_API_VERSION).la libpangox-$(PANGO_API_VERSION).la libpangowin32-$(PANGO_API_VERSION).la; do \
test -f $(DESTDIR)$(libdir)/$$i && $(SHELL) $(top_srcdir)/sanitize-la.sh $(DESTDIR)$(libdir)/$$i ; \
done