From 1bf51a7be630abc9000cd7ad7d959844c5caf339 Mon Sep 17 00:00:00 2001 From: snowdrop Date: Sat, 18 Feb 2006 21:48:19 +0000 Subject: changes bin_PROGRAMS to noinst_PROGRAMS --- examples/nanohttp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/nanohttp/Makefile.am b/examples/nanohttp/Makefile.am index 21613ca..5e24bd1 100644 --- a/examples/nanohttp/Makefile.am +++ b/examples/nanohttp/Makefile.am @@ -1,4 +1,4 @@ -bin_PROGRAMS=http_server +noinst_PROGRAMS=http_server #bin_PROGRAMS=http_server httpget httpgetcb httppost httpcpost postserver INCLUDES=-I$(top_srcdir)/ -- cgit v1.1-32-gdbae