Files
gtk/modules/Makefile.am
Alexander Larsson 93485698d5 Add -lcomdlg32 on win32
2006-04-06  Alexander Larsson  <alexl@redhat.com>

	* gtk/Makefile.am:
	Add -lcomdlg32 on win32

	* gtk/gtkprint-win32.h:
	Move WINVER define to .c files

	* gtk/gtk.symbols:
	* gtk/gtkprintoperation-win32.c:
	Add empty gtk_print_run_page_setup win implementation
	Move WINVER define to this file

	* modules/Makefile.am:
	Only build print backends on unix
2006-04-06 13:25:11 +00:00

7 lines
140 B
Makefile

if OS_UNIX
PRINTBACKENDS_SUBDIR=printbackends
endif
SUBDIRS=input engines $(PRINTBACKENDS_SUBDIR)
DIST_SUBDIRS=input engines printbackends