gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r19716 - libmicrohttpd/src/examples


From: gnunet
Subject: [GNUnet-SVN] r19716 - libmicrohttpd/src/examples
Date: Mon, 6 Feb 2012 22:49:41 +0100

Author: grothoff
Date: 2012-02-06 22:49:41 +0100 (Mon, 06 Feb 2012)
New Revision: 19716

Modified:
   libmicrohttpd/src/examples/Makefile.am
Log:
-fixing #2143

Modified: libmicrohttpd/src/examples/Makefile.am
===================================================================
--- libmicrohttpd/src/examples/Makefile.am      2012-02-06 21:36:49 UTC (rev 
19715)
+++ libmicrohttpd/src/examples/Makefile.am      2012-02-06 21:49:41 UTC (rev 
19716)
@@ -15,7 +15,6 @@
 
 # example programs
 noinst_PROGRAMS = \
-authorization_example \
 minimal_example \
 dual_stack_example \
 minimal_example_comet \
@@ -31,7 +30,9 @@
 endif
 
 if ENABLE_DAUTH
-noinst_PROGRAMS += digest_auth_example 
+noinst_PROGRAMS += \
+ authorization_example \
+ digest_auth_example 
 endif
 
 if HAVE_W32




reply via email to

[Prev in Thread] Current Thread [Next in Thread]