From: Behdad Esfahbod Date: Mon, 3 Aug 2009 00:06:48 +0000 (-0400) Subject: [HB] Rename hb-font.c to hb-font.cc X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b28e21b90c4105a0c2e17009b748777294614664;p=platform%2Fupstream%2FlibHarfBuzzSharp.git [HB] Rename hb-font.c to hb-font.cc --- diff --git a/src/Makefile.am b/src/Makefile.am index ea2c294..f2a6f1d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,7 +10,7 @@ HBSOURCES = \ hb-blob.c \ hb-buffer.c \ hb-buffer-private.h \ - hb-font.c \ + hb-font.cc \ hb-font-private.h \ hb-private.h \ hb-open-file-private.hh \ diff --git a/src/hb-font.c b/src/hb-font.cc similarity index 100% rename from src/hb-font.c rename to src/hb-font.cc