aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2014-03-06 13:37:27 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2014-03-06 13:37:27 +0000
commit173842da1d808606d969ebf20356aae0068d6856 (patch)
tree636693664585952645621cd30f541159678cab47
parent20699d328b1327233cb9787ac4f92be09d244f4f (diff)
downloadlibmicrohttpd-173842da1d808606d969ebf20356aae0068d6856.tar.gz
libmicrohttpd-173842da1d808606d969ebf20356aae0068d6856.zip
microhttpd/Makefile.am: cleanup extra flag
-rw-r--r--src/microhttpd/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index 8560da16..eea2f8e7 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -2,8 +2,7 @@ AM_CPPFLAGS = \
2 -I$(top_srcdir)/src/include \ 2 -I$(top_srcdir)/src/include \
3 -I$(top_srcdir)/src/microhttpd 3 -I$(top_srcdir)/src/microhttpd
4 4
5AM_CFLAGS = $(HIDDEN_VISIBILITY_CFLAGS) \ 5AM_CFLAGS = $(HIDDEN_VISIBILITY_CFLAGS)
6 @LIBGCRYPT_CFLAGS@
7 6
8if HAVE_W32 7if HAVE_W32
9MHD_W32_LIB = $(top_builddir)/src/platform/libmicrohttpd_w32.la 8MHD_W32_LIB = $(top_builddir)/src/platform/libmicrohttpd_w32.la