gtk2/util/Makefile.am
Rico Tzschichholz 62254ca306 util/extract-strings: Use autotools syntax for building
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
2014-08-15 12:09:54 -04:00

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