summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar snowdrop2003-11-14 09:23:41 +0000
committerGravatar snowdrop2003-11-14 09:23:41 +0000
commitb9236c204da6783b7362433bfbb568b17e57ca96 (patch)
tree46004c9866a010ab94325dfeab5952d3a2375fae
parent5062e3292f6b809589190563c016bd5e8eb0c108 (diff)
downloadcsoap-b9236c204da6783b7362433bfbb568b17e57ca96.tar.gz
csoap-b9236c204da6783b7362433bfbb568b17e57ca96.tar.bz2
added example makefile output
-rw-r--r--configure.ac6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f10e822..e3a4c06 100644
--- a/configure.ac
+++ b/configure.ac
@@ -197,4 +197,8 @@ AC_SUBST(LDFLAGS)
#AC_CONFIG_FILES([])
-AC_OUTPUT(Makefile libcsoap/Makefile libcsoap-1.0.pc)
+AC_OUTPUT(Makefile
+libcsoap/Makefile
+examples/Makefile
+examples/ex1/Makefile
+libcsoap-1.0.pc)