diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-01-07 04:41:54 -0500 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-01-07 04:41:54 -0500 |
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 73c12911..17e4c1b0 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = tests +SUBDIRS = . tests noinst_LIBRARIES = libnagiosplug.a |