From b23b09cbf9256d2af5ef2074c8aaa461d0d6178b Mon Sep 17 00:00:00 2001 From: snowdrop Date: Fri, 22 Jul 2005 07:22:37 +0000 Subject: changed bin_PROGRAMS to noinst_PROGRAMS --- examples/csoap/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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) \ -- cgit v1.1-32-gdbae