summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@aei.ca>2009-01-09 07:27:02 (GMT)
committerThomas Guyot-Sionnest <dermoth@aei.ca>2009-01-09 07:27:02 (GMT)
commit7449b16b1781c645751e2c05b93893e93630fb2a (patch)
tree7092e96b66be5b19239679912bce5cc863a9c704 /lib/Makefile.am
parent254baca11109777e444a598b604e2cd99e814f75 (diff)
downloadmonitoring-plugins-7449b16b1781c645751e2c05b93893e93630fb2a.tar.gz
Revert "Cleanup; fix the way libraries are linked; Make-It-Simple(tm)"
Trying to see if this has any relation to the tinderbox failure. I doubt it and will revert back as soon as it's tested. This reverts commit a97e5fbda21a05574b0e3c5a5118402ebfbbd13c.
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 17e4c1b..73c1291 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