summaryrefslogtreecommitdiff
path: root/modules/Makefile.am
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2014-07-26 09:00:28 +0200
committerBehdad Esfahbod <behdad@behdad.org>2015-04-04 16:11:30 -0700
commit64492e1897a3510661e49754d0c7d7f7b58d640c (patch)
treece117e2dfe17cdcbf60e9b86aed4802fc5783549 /modules/Makefile.am
parent7e7159e48164ef0487ba039555ee0418972340e7 (diff)
downloadpango-64492e1897a3510661e49754d0c7d7f7b58d640c.tar.gz
[modules] Don't build any dynamic modules
Diffstat (limited to 'modules/Makefile.am')
-rw-r--r--modules/Makefile.am7
1 files changed, 1 insertions, 6 deletions
diff --git a/modules/Makefile.am b/modules/Makefile.am
index 73b42f4d..5aa4136a 100644
--- a/modules/Makefile.am
+++ b/modules/Makefile.am
@@ -61,11 +61,6 @@ included-modules:
( cd $$d && $(MAKE) $(AM_MAKEFLAGS) included-modules ) ; \
done
-dynamic-modules:
- @for d in $(SUBDIRS) ; do \
- ( cd $$d && $(MAKE) $(AM_MAKEFLAGS) dynamic-modules ) ; \
- done
-
-.PHONY: included-modules dynamic-modules
+.PHONY: included-modules
-include $(top_srcdir)/git.mk