 59c9d24bbf
			
		
	
	59c9d24bbf
	
	
	
		
			
			Moving the inspector into libgtk lets use reuse internals without having to add public API for everything or inventing awkward private call conventions. https://bugzilla.gnome.org/show_bug.cgi?id=730095
		
			
				
	
	
		
			10 lines
		
	
	
		
			127 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			127 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| include $(top_srcdir)/Makefile.decl
 | |
| 
 | |
| SUBDIRS = input
 | |
| 
 | |
| if OS_UNIX
 | |
| SUBDIRS += printbackends
 | |
| endif
 | |
| 
 | |
| -include $(top_srcdir)/git.mk
 |