blob: 01b7c66da1be4008fe77578c63aa1638fc66b69a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- gtk+-2.24.3.orig/Makefile.in 2011-03-14 18:10:47.000000000 +0100
+++ gtk+-2.24.3/Makefile.in 2011-03-18 00:48:15.433370501 +0100
@@ -457,8 +457,8 @@ XVFB_START = \
|| { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \
&& DISPLAY=:$$XID && export DISPLAY
-SRC_SUBDIRS = gdk gtk modules demos tests perf
-SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros build
+SRC_SUBDIRS = gdk gtk modules perf
+SUBDIRS = po po-properties $(SRC_SUBDIRS) m4macros build
# require automake 1.4
AUTOMAKE_OPTIONS = 1.7
|