summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar snowdrop2004-06-03 19:11:28 +0000
committerGravatar snowdrop2004-06-03 19:11:28 +0000
commitce7dac10cbfaf1f0aa68350f0993184561e1b7b5 (patch)
tree2497935d946493e527389c5d6fb83e034b999174
parente0e63483ee6ce942d3b00d2599c13185ccae1973 (diff)
downloadcsoap-ce7dac10cbfaf1f0aa68350f0993184561e1b7b5.tar.gz
csoap-ce7dac10cbfaf1f0aa68350f0993184561e1b7b5.tar.bz2
changed make order of nanohttp and libcsoap
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 3751011..04e1965 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
## top directory
#Build in these directories:
-SUBDIRS= $(GENERIC_LIBRARY_NAME) $(NANOHTTP_LIBRARY_NAME) xsd2c wsdl2c examples
+SUBDIRS= $(NANOHTTP_LIBRARY_NAME) $(GENERIC_LIBRARY_NAME) xsd2c wsdl2c examples
#Distribute these directories:
DIST_SUBDIRS = $(GENERIC_LIBRARY_NAME)