diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index dc60ea9b..d1834f04 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 \ |