blob: 414dc683be1cec037dc341f036f5d56bcbeb41fd (
plain)
1
2
3
4
5
6
7
8
9
|
# The extract_strings tool is a build utility that runs on the build system.
noinst_PROGRAMS = extract-strings
extract_strings_SOURCES = extract-strings.c
extract_strings_CFLAGS = $(GLIB_CFLAGS_FOR_BUILD)
extract_strings_LDADD = $(GLIB_LIBS_FOR_BUILD)
-include $(top_srcdir)/git.mk
|