From d2b0909093fe623b0c8ccfbba85aa0978160e0a8 Mon Sep 17 00:00:00 2001 From: pd Date: Fri, 5 Sep 2008 00:33:28 +0200 Subject: [PATCH] Typo in glib example --- examples/glib/Makefile.am | 2 +- examples/glib/dbus-browser.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/glib/Makefile.am b/examples/glib/Makefile.am index 849c468..42a33d8 100644 --- a/examples/glib/Makefile.am +++ b/examples/glib/Makefile.am @@ -1,6 +1,6 @@ EXTRA_DIST = -AM_CPPFLAGS = -I$(top_srcdir)/include $(gtkmm_CFLAGS) -I$(top_srcdir)/tools +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include $(gtkmm_CFLAGS) -I$(top_srcdir)/tools if HAVE_GTKMM noinst_PROGRAMS = dbus-browser diff --git a/examples/glib/dbus-browser.h b/examples/glib/dbus-browser.h index 4e95980..9bbefbf 100644 --- a/examples/glib/dbus-browser.h +++ b/examples/glib/dbus-browser.h @@ -19,7 +19,7 @@ public: }; class DBusBrowser -: public org::freedesktop::DBus, +: public org::freedesktop::DBus_proxy, public DBus::IntrospectableProxy, public DBus::ObjectProxy, public Gtk::Window