Added http daemon
This commit is contained in:
@@ -22,6 +22,9 @@ PKG_CHECK_MODULES([expat], [expat >= 2.0.0], [],
|
||||
AC_CHECK_LIB([pthread], [main], [],
|
||||
[AC_MSG_ERROR([pthread is required])])
|
||||
|
||||
AC_CHECK_LIB([microhttpd], [main], [],
|
||||
[AC_MSG_ERROR([microhttpd is required])])
|
||||
|
||||
AM_CFLAGS="-Wall -Wno-deprecated-declarations"
|
||||
AM_CFLAGS="$AM_CFLAGS -Wunused -Werror"
|
||||
AM_CPPFLAGS="$AM_CPPFLAGS $glib_CFLAGS $expat_CFLAGS"
|
||||
|
||||
Reference in New Issue
Block a user