removed lua support, monitoring page is now using jquery and json http requests
[psensor.git] / src / plib / Makefile.am
1
2 AM_CPPFLAGS = \
3         -I$(top_srcdir)/src
4
5 noinst_LIBRARIES = libplib.a
6
7 libplib_a_CFLAGS = -pedantic
8
9 libplib_a_SOURCES = \
10         url.c url.h \
11         plib_io.h plib_io.c