mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
62254ca306
Always refer to it as "extract-strings$(EXEEXT)" where needed to take cross-compilation into account. https://bugzilla.gnome.org/show_bug.cgi?id=731013
10 lines
285 B
Makefile
10 lines
285 B
Makefile
# 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
|