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
7 lines
140 B
Makefile
7 lines
140 B
Makefile
if OS_UNIX
|
|
PRINTBACKENDS_SUBDIR=printbackends
|
|
endif
|
|
|
|
SUBDIRS=input engines $(PRINTBACKENDS_SUBDIR)
|
|
DIST_SUBDIRS=input engines printbackends
|