gtk/modules/Makefile.am
Cosimo Cecchi 67981b1831 modules: remove the pixbuf engine directory
This is not used anywhere, and is commented out of the build because it
doesn't compile. Time for some spring cleaning...
2014-05-01 11:22:11 +02:00

10 lines
127 B
Makefile

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