From fc04f11ce1999da042a39c5b271351223033292f Mon Sep 17 00:00:00 2001 From: Garret Rieger Date: Mon, 5 Feb 2018 11:12:33 -0800 Subject: [PATCH] Rename HB_SUBSET_sources -> HB_SUBSET_CLI_sources to match what cmake is looking for. --- util/Makefile.am | 3 +-- util/Makefile.sources | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/util/Makefile.am b/util/Makefile.am index 3810e15e5..d4ab9cdc5 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -46,8 +46,7 @@ endif # HAVE_FREETYPE hb_shape_SOURCES = $(HB_SHAPE_sources) bin_PROGRAMS += hb-shape -hb_subset_SOURCES = $(HB_SUBSET_sources) -hb_subset_SOURCES = $(HB_SUBSET_sources) +hb_subset_SOURCES = $(HB_SUBSET_CLI_sources) hb_subset_LDADD = $(LDADD) $(top_builddir)/src/libharfbuzz-subset.la bin_PROGRAMS += hb-subset diff --git a/util/Makefile.sources b/util/Makefile.sources index c4516ebcb..6c815d26b 100644 --- a/util/Makefile.sources +++ b/util/Makefile.sources @@ -29,7 +29,7 @@ HB_OT_SHAPE_CLOSURE_sources = \ main-font-text.hh \ $(NULL) -HB_SUBSET_sources = \ +HB_SUBSET_CLI_sources = \ hb-subset.cc \ options.cc \ options.hh \