diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2010-12-28 00:59:19 -0600 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2010-12-28 01:22:34 -0600 |
commit | d1a0fca316ab8d9d61474028da54615e4d9f7540 (patch) | |
tree | 21381e6c1dfcf400369713d442c4ce9ba7b2f538 /Makefile.am | |
parent | 2a6b235ff6d2750171e8dff7cfdfe3bccb0f630e (diff) |
Make fc-arch stuff cross-compiling-safe
Fixes:
Bug 32679 - fontconfig-2.8.0 does not cross compile
Bug 25462 - Cross-compilation doesn't work
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ce365058..7931717a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,7 @@ # PERFORMANCE OF THIS SOFTWARE. DOCSRC=@DOCSRC@ -SUBDIRS=fontconfig fc-case fc-lang fc-glyphname fc-arch src \ +SUBDIRS=fontconfig fc-case fc-lang fc-glyphname src \ fc-cache fc-cat fc-list fc-match fc-pattern fc-query fc-scan \ conf.d $(DOCSRC) test |