diff options
-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)/ |