diff options
author | Akira TAGOH <akira@tagoh.org> | 2012-03-28 15:09:25 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2012-03-29 12:50:47 +0900 |
commit | becbdaebe3d77726900072de1a0fb6a95c938da5 (patch) | |
tree | ba135d9f08344a0095e7bdf4b98f956f058d83f8 /Makefile.am | |
parent | fe6ba5e5c54928adeaf96668d0cf6f44f0484065 (diff) |
Move workaround macros for fat binaries into the separate header file
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 9342f8e8..1b943672 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,14 +25,15 @@ DOCSRC=@DOCSRC@ 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 - + EXTRA_DIST = \ fontconfig.pc.in \ fonts.conf.in \ fonts.dtd \ fontconfig.spec.in \ fontconfig.spec \ - fontconfig-zip.in + fontconfig-zip.in \ + config-fixups.h CLEANFILES = fonts.conf DISTCLEANFILES = config.cache doltcompile MAINTAINERCLEANFILES = \ |