diff --git a/api/Makefile.am b/api/Makefile.am index e7e3508248..d720318949 100644 --- a/api/Makefile.am +++ b/api/Makefile.am @@ -16,7 +16,6 @@ graphics2_files = \ gutil.cpp \ gutil_text.cpp \ reduce_lib.cpp \ - ttfont.cpp \ graphics2.cpp \ graphics2_unix.cpp diff --git a/checkin_notes b/checkin_notes index b2d8f67a31..b7474a3cea 100644 --- a/checkin_notes +++ b/checkin_notes @@ -5316,3 +5316,10 @@ Rom 7 Aug 2012 clientgui/ DlgAdvPreferences.cpp + +Rom 7 Aug 2012 + - API: Remove ttfont.cpp from Makefile.am. Apps should include it + in there Makefile as needed. + + api/ + Makefile.am