diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-01-07 09:41:54 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-01-07 09:41:54 (GMT) |
commit | a97e5fbda21a05574b0e3c5a5118402ebfbbd13c (patch) | |
tree | f4c50bef9a422353abf1c0e6e3ec66dbbbdf57d3 /lib/Makefile.am | |
parent | 3169745fa2beedbffb6a206ca4619ae41099df43 (diff) | |
download | monitoring-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.am | 2 |
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 | ||
3 | SUBDIRS = tests | 3 | SUBDIRS = . tests |
4 | 4 | ||
5 | noinst_LIBRARIES = libnagiosplug.a | 5 | noinst_LIBRARIES = libnagiosplug.a |
6 | 6 | ||