diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-04-01 23:05:40 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-04-01 23:05:40 +0000 |
commit | e9357d6670fc2e8ccf8d8770bac4c31994d6cc2f (patch) | |
tree | 89150f319acbe169fa47261840dfa03d3132e9ef /Makefile.am | |
parent | 7ecd09a15c30770ed6e70d80fb67f88819471c20 (diff) |
Add ft.h and ftfuncs.h to the install set for Xprint's benefit. Bump to 1.1libxfont-1_1_0XORG-7_1XORG-7_0_99_901
for new header files and bugfixes.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d13645c..fbe5345 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,7 +38,9 @@ libXfontinclude_HEADERS = \ include/X11/fonts/fontshow.h \ include/X11/fonts/fontutil.h \ include/X11/fonts/fontxlfd.h \ - include/X11/fonts/pcf.h + include/X11/fonts/pcf.h \ + src/FreeType/ft.h \ + src/FreeType/ftfuncs.h pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xfont.pc |