summaryrefslogtreecommitdiff
path: root/src/fontconfig.def.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2003-06-13 22:43:28 +0000
committerTor Lillqvist <tml@iki.fi>2003-06-13 22:43:28 +0000
commitee1d81259ec5b0b91cf19ea72abec29f5561217b (patch)
tree9fdf654bbd31e4b12260081e397598e2dbe65ed7 /src/fontconfig.def.in
parent4ae7f71c89cd69d5273f82f03aadcb0c78b16c8d (diff)
downloadfontconfig-ee1d81259ec5b0b91cf19ea72abec29f5561217b.tar.gz
Add share/doc directory. Add Fc*.3 man pages.
Set FC_DEFAULT_FONTS on Win32 to the WINDOWSFONTDIR token. Move the LIBRARY and VERSION lines to the end, not to confuse libtool, which expects the EXPORTS line to be the first. Add FcConfigEnableHome.
Diffstat (limited to 'src/fontconfig.def.in')
-rwxr-xr-xsrc/fontconfig.def.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fontconfig.def.in b/src/fontconfig.def.in
index cd937f3..bbb07a6 100755
--- a/src/fontconfig.def.in
+++ b/src/fontconfig.def.in
@@ -1,5 +1,3 @@
-LIBRARY fontconfig
-VERSION @LT_CURRENT@.@LT_REVISION@
EXPORTS
FcAtomicCreate
FcAtomicDeleteNew
@@ -34,6 +32,7 @@ EXPORTS
FcConfigBuildFonts
FcConfigCreate
FcConfigDestroy
+ FcConfigEnableHome
FcConfigFilename
FcConfigGetBlanks
FcConfigGetCache
@@ -159,3 +158,5 @@ EXPORTS
FcValueEqual
FcValuePrint
FcValueSave
+LIBRARY fontconfig
+VERSION @LT_CURRENT@.@LT_REVISION@