diff options
-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) |