summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorGravatar snowdrop2005-07-22 07:22:37 +0000
committerGravatar snowdrop2005-07-22 07:22:37 +0000
commitb23b09cbf9256d2af5ef2074c8aaa461d0d6178b (patch)
tree51201d9903411066a26e2174e5feed7d92a6e8ee /examples
parent48789f04e213f0f8309448b03c49e7d2802dd1a4 (diff)
downloadcsoap-b23b09cbf9256d2af5ef2074c8aaa461d0d6178b.tar.gz
csoap-b23b09cbf9256d2af5ef2074c8aaa461d0d6178b.tar.bz2
changed bin_PROGRAMS to noinst_PROGRAMS
Diffstat (limited to 'examples')
-rw-r--r--examples/csoap/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/csoap/Makefile.am b/examples/csoap/Makefile.am
index 5601fba..a1a24d0 100644
--- a/examples/csoap/Makefile.am
+++ b/examples/csoap/Makefile.am
@@ -1,4 +1,4 @@
-bin_PROGRAMS=simpleclient simpleserver echoattachments-client echoattachments-server
+noinst_PROGRAMS=simpleclient simpleserver echoattachments-client echoattachments-server
INCLUDES=-I$(top_srcdir)/ $(LIBXML_CFLAGS)
csoap_LDFLAG=-L$(top_builddir)/nanohttp -lnanohttp-$(GENERIC_API_VERSION) \