build: Set no_undefined in Makefile.decl
This simplifies the code and - more importantly - fixes the cases like in testsuite/reftests where the no_undefined definition was missing. https://bugzilla.gnome.org/show_bug.cgi?id=736382
This commit is contained in:
		 Руслан Ижбулатов
					Руслан Ижбулатов
				
			
				
					committed by
					
						 Benjamin Otte
						Benjamin Otte
					
				
			
			
				
	
			
			
			 Benjamin Otte
						Benjamin Otte
					
				
			
						parent
						
							1741de47db
						
					
				
				
					commit
					45ab4ae09b
				
			| @ -1,9 +1,6 @@ | ||||
| include $(top_srcdir)/Makefile.decl | ||||
|  | ||||
| EXTRA_DIST += gailutil.def | ||||
| if PLATFORM_WIN32 | ||||
| no_undefined = -no-undefined | ||||
| endif | ||||
| if OS_WIN32 | ||||
| export_symbols = -export-symbols $(srcdir)/gailutil.def | ||||
| gailutil.def: libgailutil-3.la | ||||
|  | ||||
		Reference in New Issue
	
	Block a user