diff options
author | snowdrop | 2005-07-22 07:22:37 +0000 |
---|---|---|
committer | snowdrop | 2005-07-22 07:22:37 +0000 |
commit | b23b09cbf9256d2af5ef2074c8aaa461d0d6178b (patch) | |
tree | 51201d9903411066a26e2174e5feed7d92a6e8ee /examples | |
parent | 48789f04e213f0f8309448b03c49e7d2802dd1a4 (diff) | |
download | csoap-b23b09cbf9256d2af5ef2074c8aaa461d0d6178b.tar.gz csoap-b23b09cbf9256d2af5ef2074c8aaa461d0d6178b.tar.bz2 |
changed bin_PROGRAMS to noinst_PROGRAMS
Diffstat (limited to 'examples')
-rw-r--r-- | examples/csoap/Makefile.am | 2 |
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) \ |