From fd631016cb1d87b792305e71ec335f72c1b45dc3 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Tue, 7 Aug 2012 18:11:38 +0000 Subject: [PATCH] - API: Remove ttfont.cpp from Makefile.am. Apps should include it in there Makefile as needed. svn path=/trunk/boinc/; revision=25989 --- api/Makefile.am | 1 - checkin_notes | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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