summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2004-04-11 14:07:06 +0000
committerMurray Cumming <murrayc@src.gnome.org>2004-04-11 14:07:06 +0000
commit13ccd0e54157931fce28e6646a45dbdfbd6fa2cd (patch)
treee49acb111b840e1e5f54dc4e62ade01503f2ae28 /tests
parent3b1df1c0503bd03367444f4711c9ab93c5ecabcd (diff)
downloadglibmm-13ccd0e54157931fce28e6646a45dbdfbd6fa2cd.tar.gz
2.4.0:
2004-04-11 Murray Cumming <murrayc@murrayc.com> * tools/pm/WrapParser.pm, Output.pm, m4/signal.m4: Allow _WRAP_SIGNAL() to take an refreturn argument, so that Gtk::Widget::on_get_accessible() can do an extra ref before returning the Atk::Object.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am_fragment2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am_fragment b/tests/Makefile.am_fragment
index 281dc023..45a626cb 100644
--- a/tests/Makefile.am_fragment
+++ b/tests/Makefile.am_fragment
@@ -2,6 +2,6 @@ INCLUDES = \
-I$(top_builddir)/glib -I$(top_srcdir)/glib \
$(GLIBMM_CFLAGS) $(GTHREAD_CFLAGS)
-LIBS = $(top_builddir)/glib/glibmm/libglibmm-2.3.la
+LIBS = $(top_builddir)/glib/glibmm/libglibmm-2.4.la
$(GLIBMM_LIBS)