 62254ca306
			
		
	
	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
 |