gtk/modules/engines/Makefile.am
Fridrich Štrba 733f1710c6 Enable the build of MS Windows engine again
The MS Windows engine compiles anew, so enable it so that one can fix remaining issues
2010-10-14 20:56:30 +02:00

10 lines
131 B
Makefile

include $(top_srcdir)/Makefile.decl
if USE_WIN32
wimp = ms-windows
endif
SUBDIRS = $(wimp) pixbuf
-include $(top_srcdir)/git.mk