diff --git a/src/Makefile b/src/Makefile index 6c1a582d9..55bc4e81c 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