mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 05:50:10 +00:00
81af602dda
This is a copy of https://github.com/chipx86/gtkparasite.git with minimal edits to make it build.
10 lines
133 B
Makefile
10 lines
133 B
Makefile
include $(top_srcdir)/Makefile.decl
|
|
|
|
SUBDIRS = input other
|
|
|
|
if OS_UNIX
|
|
SUBDIRS += printbackends
|
|
endif
|
|
|
|
-include $(top_srcdir)/git.mk
|