summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@luon.net>2009-03-23 12:20:49 +0000
committerSjoerd Simons <sjoerd@luon.net>2009-03-23 12:20:49 +0000
commitd9c0e2f1cbf30d7607f796e5eb9105b572f2dfed (patch)
treea2c260c7b1d008318eb7c5553e0fd8accb889e00 /configure.ac
parent38ea6f4656a637bc1d6e063a72ab14e8ef36c1f7 (diff)
Add an connection example
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 5 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 840e292..b496b5c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -117,8 +117,9 @@ AC_SUBST(LIBXML2_LIBS)
AC_SUBST(PACKAGE_STRING)
-AC_OUTPUT( Makefile \
- wocky/Makefile \
- m4/Makefile \
- tools/Makefile \
+AC_OUTPUT( Makefile \
+ wocky/Makefile \
+ m4/Makefile \
+ tools/Makefile \
+ examples/Makefile \
)