summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJosé Alburquerque <jaalburqu@svn.gnome.org>2010-12-08 20:36:59 -0500
committerJosé Alburquerque <jaalburqu@svn.gnome.org>2010-12-08 20:37:27 -0500
commit7ff513acf2c45e6029a961c46c81217ffe6787e1 (patch)
treeca7b3bbca8fd6914456585eecdb988947829a89f /examples
parentd0b3a483d50508968eb65bf0799434ed796cbee3 (diff)
downloadglibmm-7ff513acf2c45e6029a961c46c81217ffe6787e1.tar.gz
DBus: Client Example: Choose a better name for the source file.
* examples/dbus/client.cc: Renamed to: * examples/dbus/well-known-address-client.cc: * examples/Makefile.am: Corrected according to renaming above.
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am6
-rw-r--r--examples/dbus/well-known-address-client.cc (renamed from examples/dbus/client.cc)1
2 files changed, 4 insertions, 3 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 9db5d2ee..d8733af9 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -20,7 +20,7 @@ AUTOMAKE_OPTIONS = subdir-objects
check_PROGRAMS = \
child_watch/child_watch \
compose/example \
- dbus/client \
+ dbus/well-known-address-client \
iochannel_stream/example \
keyfile/example \
markup/parser \
@@ -74,8 +74,8 @@ thread_threadpool_SOURCES = thread/threadpool.cc
thread_threadpool_LDADD = $(thread_ldadd)
# giomm examples
-dbus_client_SOURCES = dbus/client.cc
-dbus_client_LDADD = $(giomm_ldadd)
+dbus_well_known_address_client_SOURCES = dbus/well-known-address-client.cc
+dbus_well_known_address_client_LDADD = $(giomm_ldadd)
network_resolver_SOURCES = network/resolver.cc
network_resolver_LDADD = $(giomm_ldadd)
diff --git a/examples/dbus/client.cc b/examples/dbus/well-known-address-client.cc
index db084aa6..31058153 100644
--- a/examples/dbus/client.cc
+++ b/examples/dbus/well-known-address-client.cc
@@ -16,6 +16,7 @@
*/
#include <giomm.h>
+#include <glibmm.h>
#include <iostream>
int main(int, char**)