blob: 2aa4e848e3a5d956fc1587e3914f00ca4044180a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.6 2004/07/05 11:04:34 drochner Exp $
--- Makefile.in.orig 2004-06-03 19:49:14.000000000 +0200
+++ Makefile.in
@@ -206,7 +206,7 @@ sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
ACLOCAL_AMFLAGS = -I scripts
-SUBDIRS = tools glib pango atk gdk gtk examples docs tests
+SUBDIRS = tools glib pango atk gdk gtk docs tests
DIST_SUBDIRS = $(SUBDIRS) scripts demos MSVC_Net2003
EXTRA_DIST = gtkmm.spec.in \
build_shared/Makefile_build.am_fragment \
|