Skip to content

Commit

Permalink
Add ft.h and ftfuncs.h to the install set for Xprint's benefit. Bump …
Browse files Browse the repository at this point in the history
…to 1.1

    for new header files and bugfixes.
  • Loading branch information
nwnk committed Apr 1, 2006
1 parent 7ecd09a commit e9357d6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2006-04-01 Adam Jackson <ajax@freedesktop.org>

* Makefile.am:
Add ft.h and ftfuncs.h to the install set for Xprint's benefit.

* configure.ac:
Bump to 1.1 for new header files and bugfixes.

2006-03-31 Daniel Stone <daniel@freedesktop.org>

* src/fontfile/ffcheck.c:
Expand Down
4 changes: 3 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dnl Process this file with autoconf to create configure.
AC_PREREQ([2.57])

AC_INIT([libXfont],
1.0.0,
1.1.0,
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
libXfont)
dnl
Expand Down

0 comments on commit e9357d6

Please # to comment.