mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
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
|