unicode: Cleanup implementation
diff --git a/src/Makefile.am b/src/Makefile.am
index 2fbf278..70c51d1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -24,8 +24,8 @@
hb-ot-head-private.hh \
hb-private.h \
hb-shape.cc \
- hb-unicode.c \
- hb-unicode-private.h \
+ hb-unicode.cc \
+ hb-unicode-private.hh \
$(NULL)
HBHEADERS = \
hb.h \
@@ -65,7 +65,7 @@
HBCFLAGS += $(GLIB_CFLAGS)
HBLIBS += $(GLIB_LIBS)
HBSOURCES += \
- hb-glib.c \
+ hb-glib.cc \
$(NULL)
HBHEADERS += \
hb-glib.h \
@@ -76,7 +76,7 @@
HBCFLAGS += $(ICU_CFLAGS)
HBLIBS += $(ICU_LIBS)
HBSOURCES += \
- hb-icu.c \
+ hb-icu.cc \
$(NULL)
HBHEADERS += \
hb-icu.h \