aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/Makefile.am')
-rw-r--r--src/microhttpd/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index fa83200a..1e252d5a 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -80,6 +80,7 @@ libmicrohttpd_la_SOURCES += \
80 mhd_locks.h 80 mhd_locks.h
81endif 81endif
82 82
83
83libmicrohttpd_la_CPPFLAGS = \ 84libmicrohttpd_la_CPPFLAGS = \
84 $(AM_CPPFLAGS) $(MHD_LIB_CPPFLAGS) $(MHD_TLS_LIB_CPPFLAGS) \ 85 $(AM_CPPFLAGS) $(MHD_LIB_CPPFLAGS) $(MHD_TLS_LIB_CPPFLAGS) \
85 -DBUILDING_MHD_LIB=1 86 -DBUILDING_MHD_LIB=1
@@ -92,6 +93,9 @@ libmicrohttpd_la_LDFLAGS = \
92libmicrohttpd_la_LIBADD = \ 93libmicrohttpd_la_LIBADD = \
93 $(MHD_LIBDEPS) $(MHD_TLS_LIBDEPS) 94 $(MHD_LIBDEPS) $(MHD_TLS_LIBDEPS)
94 95
96
97
98
95if HAVE_W32 99if HAVE_W32
96MHD_DLL_RES_SRC = microhttpd_dll_res.rc 100MHD_DLL_RES_SRC = microhttpd_dll_res.rc
97MHD_DLL_RES_LO = libmicrohttpd_la-$(MHD_DLL_RES_SRC:.rc=.lo) 101MHD_DLL_RES_LO = libmicrohttpd_la-$(MHD_DLL_RES_SRC:.rc=.lo)