Code

Fixed --help output (Ask Bjoern Hansen - #1714823)
[nagiosplug.git] / lib / Makefile.am
index b24bc407ca2c7e5cb215b8cd9553f5d19dd84182..3909bb9bf0a54fc307988d9800d4c7827f028efb 100644 (file)
@@ -1,13 +1,15 @@
 ## Process this file with automake to produce Makefile.in
 
+SUBDIRS = tests
+
 noinst_LIBRARIES = libnagiosplug.a
 
-noinst_HEADERS = getopt.h getaddrinfo.h gethostbyname.h
 
-libnagiosplug_a_SOURCES = getopt.c getopt1.c getloadavg.c snprintf.c 
+libnagiosplug_a_SOURCES = utils_base.c utils_disk.c
+EXTRA_DIST = utils_base.h utils_disk.h
 
-libnagiosplug_a_DEPENDENCIES = @LIBOBJS@
+INCLUDES = -I$(srcdir) -I$(top_srcdir)/gl -I$(top_srcdir)/intl -I$(top_srcdir)/plugins
 
-INCLUDES = -I$(srcdir)
+test:
+       cd tests && make test
 
-EXTRA_DIST = getaddrinfo.c gethostbyname.c