2013-11-26 22:53:19 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
SUBDIRS = tests
|
|
|
|
|
2013-11-26 22:53:44 +00:00
|
|
|
noinst_LIBRARIES = libnagiosplug.a
|
2013-11-26 22:53:19 +00:00
|
|
|
|
|
|
|
|
2013-11-26 22:54:42 +00:00
|
|
|
libnagiosplug_a_SOURCES = utils_base.c utils_disk.c utils_tcp.c utils_cmd.c
|
|
|
|
EXTRA_DIST = utils_base.h utils_disk.h utils_tcp.h utils_cmd.h
|
2013-11-26 22:53:19 +00:00
|
|
|
|
2013-11-26 22:53:44 +00:00
|
|
|
INCLUDES = -I$(srcdir) -I$(top_srcdir)/gl -I$(top_srcdir)/intl -I$(top_srcdir)/plugins
|
2013-11-26 22:53:19 +00:00
|
|
|
|
|
|
|
test:
|
|
|
|
cd tests && make test
|
|
|
|
|