removed lua support, monitoring page is now using jquery and json http requests
[psensor.git] / src / Makefile.am
index 194ed36..bde5a54 100644 (file)
@@ -8,11 +8,9 @@ endif
 
 if LIBMICROHTTPD
 if JSON
-if LUA
 SUBDIRS += server
 endif
 endif
-endif
 
 AM_CPPFLAGS = -Wall -pedantic -Werror -DDEFAULT_WWW_DIR=\""$(pkgdatadir)/www"\"\
        -I$(top_srcdir)/src/lib \