forked from AuroraMiddleware/gtk
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
|