* CMakeLists.txt (BASE_SRCS): Add missing `ftbdf.c'.

This commit is contained in:
Pavel Koshevoy 2014-05-13 07:33:48 +02:00 committed by Werner Lemberg
parent faa21472b7
commit 15da66a630
2 changed files with 5 additions and 0 deletions

View File

@ -67,6 +67,7 @@ set(BASE_SRCS
src/autofit/autofit.c
src/base/ftadvanc.c
src/base/ftbbox.c
src/base/ftbdf.c
src/base/ftbitmap.c
src/base/ftcalc.c
src/base/ftcid.c

View File

@ -1,3 +1,7 @@
2014-05-13 Pavel Koshevoy <pkoshevoy@gmail.com>
* CMakeLists.txt (BASE_SRCS): Add missing `ftbdf.c'.
2014-05-11 Werner Lemberg <wl@gnu.org>
[autofit] Fix variable initializations.