summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@aei.ca>2009-01-07 09:41:54 (GMT)
committerThomas Guyot-Sionnest <dermoth@aei.ca>2009-01-07 09:41:54 (GMT)
commita97e5fbda21a05574b0e3c5a5118402ebfbbd13c (patch)
treef4c50bef9a422353abf1c0e6e3ec66dbbbdf57d3 /lib/Makefile.am
parent3169745fa2beedbffb6a206ca4619ae41099df43 (diff)
downloadmonitoring-plugins-a97e5fbda21a05574b0e3c5a5118402ebfbbd13c.tar.gz
Cleanup; fix the way libraries are linked; Make-It-Simple(tm)
lib/Makefile.am | 2 +- lib/tests/Makefile.am | 37 ++++--------------------------------- 2 files changed, 5 insertions(+), 34 deletions(-)
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 73c1291..17e4c1b 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,6 +1,6 @@
1## Process this file with automake to produce Makefile.in 1## Process this file with automake to produce Makefile.in
2 2
3SUBDIRS = tests 3SUBDIRS = . tests
4 4
5noinst_LIBRARIES = libnagiosplug.a 5noinst_LIBRARIES = libnagiosplug.a
6 6