summaryrefslogtreecommitdiffstats
path: root/glib/Makefile.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2005-06-21 01:18:25 +0000
committerColin Walters <walters@verbum.org>2005-06-21 01:18:25 +0000
commit21a73df1b5a7e2ace06a1e252ab019392692d21b (patch)
tree961cb03c39c22b9339379fb44ebb4a4b97fca3a4 /glib/Makefile.am
parent778579ec214548f4e0daeb7aff7894948bdbf990 (diff)
2005-06-20 Colin Walters <walters@verbum.org>
* configure.in: Add glib/examples. * glib/Makefile.am: Add examples/ * glib/examples/.cvsignore * glib/examples/Makefile.am * glib/examples/example-client.c * glib/examples/example-service.c * glib/examples/example-service.xml * glib/examples/example-signal-emitter.c * glib/examples/example-signal-emitter.xml * glib/examples/example-signal-recipient.c: New files; GLib binding examples, ported from python/examples.
Diffstat (limited to 'glib/Makefile.am')
-rw-r--r--glib/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/glib/Makefile.am b/glib/Makefile.am
index ecd20d56..962cd6f3 100644
--- a/glib/Makefile.am
+++ b/glib/Makefile.am
@@ -1,3 +1,5 @@
+SUBDIRS = . examples
+
INCLUDES=-I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) $(DBUS_GLIB_CFLAGS) $(DBUS_GLIB_TOOL_CFLAGS) -DDBUS_COMPILATION=1 -DDBUS_LOCALEDIR=\"$(prefix)/@DATADIRNAME@/locale\"
lib_LTLIBRARIES=libdbus-glib-1.la