diff options
author | snowdrop | 2003-11-14 09:23:41 +0000 |
---|---|---|
committer | snowdrop | 2003-11-14 09:23:41 +0000 |
commit | b9236c204da6783b7362433bfbb568b17e57ca96 (patch) | |
tree | 46004c9866a010ab94325dfeab5952d3a2375fae | |
parent | 5062e3292f6b809589190563c016bd5e8eb0c108 (diff) | |
download | csoap-b9236c204da6783b7362433bfbb568b17e57ca96.tar.gz csoap-b9236c204da6783b7362433bfbb568b17e57ca96.tar.bz2 |
added example makefile output
-rw-r--r-- | configure.ac | 6 |
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) |