From c4fc71058ad3f88628742c7abcca94392cdf9fb6 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Mon, 16 Jun 2014 10:42:22 -0400 Subject: [PATCH] util: Add missing git.mk include --- util/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/Makefile.am b/util/Makefile.am index 887faa93f5..e8cf8fdca0 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -9,3 +9,5 @@ extract-strings$(EXEEXT): $(extract_strings_sources) $(AM_V_CCLD)$(CC_FOR_BUILD) $(extract_strings_cppflags) $(CPPFLAGS_FOR_BUILD) $(extract_strings_cflags) $(CFLAGS_FOR_BUILD) $^ $(LDFLAGS_FOR_BUILD) $(extract_strings_ldadd) $(LIBS_FOR_BUILD) -o $@ noinst_PROGRAMS = extract-strings + +-include $(top_srcdir)/git.mk