summaryrefslogtreecommitdiff
path: root/examples/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index d5df2edd..21f07b66 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -49,7 +49,10 @@ pangoft2topgm_LDADD = \
bin_PROGRAMS = $(viewer_programs)
noinst_PROGRAMS = $(ft2_programs)
+if CROSS_COMPILING
+else
all-local: pango.modules
+endif
pango.modules:
if find ../modules -name '*.so' | grep 'so' > /dev/null ; then \