From b9236c204da6783b7362433bfbb568b17e57ca96 Mon Sep 17 00:00:00 2001 From: snowdrop Date: Fri, 14 Nov 2003 09:23:41 +0000 Subject: added example makefile output --- configure.ac | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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) -- cgit v1.1-32-gdbae