gtk/modules/Makefile.am
Matthias Clasen 59c9d24bbf inspector: stop being a module
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
2014-05-14 21:23:44 -04:00

10 lines
127 B
Makefile

include $(top_srcdir)/Makefile.decl
SUBDIRS = input
if OS_UNIX
SUBDIRS += printbackends
endif
-include $(top_srcdir)/git.mk