diff options
author | snowdrop | 2004-06-02 11:23:40 +0000 |
---|---|---|
committer | snowdrop | 2004-06-02 11:23:40 +0000 |
commit | 3c0b4a86dec7630e693b1610160227e588bf22b3 (patch) | |
tree | 98f694beb75ba2cee887bcc171d10477606d12f4 | |
parent | 09d5768a1979a70a1069509aa1d55f9db100a285 (diff) | |
download | csoap-3c0b4a86dec7630e693b1610160227e588bf22b3.tar.gz csoap-3c0b4a86dec7630e693b1610160227e588bf22b3.tar.bz2 |
added xsd2c Makefile generation
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 63e8e04..dbdfbf9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ## top directory #Build in these directories: -SUBDIRS= $(GENERIC_LIBRARY_NAME) $(NANOHTTP_LIBRARY_NAME) examples +SUBDIRS= $(GENERIC_LIBRARY_NAME) $(NANOHTTP_LIBRARY_NAME) examples xsd2c #Distribute these directories: DIST_SUBDIRS = $(GENERIC_LIBRARY_NAME) diff --git a/configure.ac b/configure.ac index 1ba33bf..ca3538d 100644 --- a/configure.ac +++ b/configure.ac @@ -239,6 +239,7 @@ AC_SUBST(LDFLAGS) AC_OUTPUT(Makefile libcsoap/Makefile nanohttp/Makefile +xsd2c/Makefile examples/Makefile examples/nanohttp/Makefile examples/csoap/Makefile |