blob: 49c14fe6e5a0981356a2ca0ac1a08d188c464ade (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
configure config_h $toplevel/include/config.h
BEGIN
undefine GNOME_GRAPHICS
define GTK_GRAPHICS
define GTK_PROXY
END
configure src_Makefile $toplevel/src/Makefile
BEGIN
undefine WINGNOMESRC
undefine WINGNOMEOBJ
undefine WINGNOMELIB
define WINGTKSRC
define WINGTKOBJ
define WINGTKLIB
END
configure Makefile $toplevel/Makefile
BEGIN
undefine CNF_SHARE_GNOMEND
define CNF_SHARE_GTKND
define CNF_SHARE_GTKPROXYND
END
|