08dd2055cf
* configure depends on ATK 1.2. (Murray Cumming) * Various gtkmm/gdkmm reference-counting corrections, using refreturn. (Sven Grottke, Murray Cumming) * Gtk::Menu_Helpers::Element: lifetime refcounting fix. (Murray Cumming) * Glib: - build_path(), build_filename(): fix and performance improvement. - replace deprecated __builtin_bzero(). (Daniel Elstner) * Win32: 2.2 now builds, after lots of work. And there's an installer. (Cedric Gustin) * Documentation: - Glib::Cond documented (Rick L Vinyard Jr) - Review and completion of Gtk::AccelGroup -> Gtk::Bin (Bryan Forbes) - Minor internals docs fix. (Martin Schulze)
13 lines
430 B
Text
13 lines
430 B
Text
$NetBSD: patch-aa,v 1.1 2003/03/15 20:32:40 jmmv Exp $
|
|
|
|
--- Makefile.in.orig 2003-03-15 18:38:26.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -153,7 +153,7 @@ sharedstatedir = @sharedstatedir@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
|
|
-SUBDIRS = tools glib pango atk gdk gtk examples docs
|
|
+SUBDIRS = tools glib pango atk gdk gtk docs
|
|
DIST_SUBDIRS = $(SUBDIRS) scripts demos examples tests
|
|
|
|
EXTRA_DIST = gtkmm.spec.in \
|