diff options
author | snowdrop | 2006-02-18 21:48:19 +0000 |
---|---|---|
committer | snowdrop | 2006-02-18 21:48:19 +0000 |
commit | 1bf51a7be630abc9000cd7ad7d959844c5caf339 (patch) | |
tree | 9aca75caeb2445f9708ba9bf51212b5e4c503f78 | |
parent | d45b4bc26f330d2ce29e4a06ffdae74d82e8b43b (diff) | |
download | csoap-1bf51a7be630abc9000cd7ad7d959844c5caf339.tar.gz csoap-1bf51a7be630abc9000cd7ad7d959844c5caf339.tar.bz2 |
changes bin_PROGRAMS to noinst_PROGRAMS
-rw-r--r-- | examples/nanohttp/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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)/ |