diff options
author | Alex Polcyn <apolcyn@google.com> | 2018-03-01 19:22:53 +0000 |
---|---|---|
committer | Alexander Polcyn <apolcyn@google.com> | 2018-03-20 23:51:23 -0700 |
commit | 77f64f76bd502ba8350a64fd29623e3af92e5586 (patch) | |
tree | 539179041b3ee6a47cc3ce00dee9e1e782221d04 /templates | |
parent | 47a92893a3f80238fbe9f761db4fc3dc79fbd6de (diff) |
Put address_sorting's public header under its own directory. Also add
test_only to sort function used in test.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/Makefile.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/Makefile.template b/templates/Makefile.template index e0dab0291e..c0ce2e5cb4 100644 --- a/templates/Makefile.template +++ b/templates/Makefile.template @@ -593,7 +593,7 @@ ADDRESS_SORTING_DEP = $(LIBDIR)/$(CONFIG)/libaddress_sorting.a ADDRESS_SORTING_MERGE_OBJS = $(LIBADDRESS_SORTING_OBJS) ADDRESS_SORTING_MERGE_LIBS = $(LIBDIR)/$(CONFIG)/libaddress_sorting.a - CPPFLAGS := -Ithird_party/address_sorting $(CPPFLAGS) + CPPFLAGS := -Ithird_party/address_sorting/include $(CPPFLAGS) ifeq ($(EMBED_CARES),true) CARES_DEP = $(LIBDIR)/$(CONFIG)/libares.a |