From 882e52f59196535495af8ca8069df32308ad52cf Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 25 Dec 2006 10:28:31 -0500 Subject: [PATCH] Rename to harfbuzz-ng.cc --- src/Makefile | 2 +- src/{hb-types-private.cc => harfbuzz-ng.cc} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{hb-types-private.cc => harfbuzz-ng.cc} (100%) diff --git a/src/Makefile b/src/Makefile index 6c1a582..55bc4e8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,3 +1,3 @@ -all: hb-types-private +all: harfbuzz-ng CXXFLAGS = -Wall -Wextra `pkg-config --cflags --libs glib-2.0` diff --git a/src/hb-types-private.cc b/src/harfbuzz-ng.cc similarity index 100% rename from src/hb-types-private.cc rename to src/harfbuzz-ng.cc -- 2.7.4