diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2008-11-28 10:01:53 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2008-11-29 09:38:54 (GMT) |
commit | 2bbf2e6967daa0a9f86874aac409fde245a3bc85 (patch) | |
tree | 7fc7a9e96f3bc0e1b6749cbd999c93a292e0d12b /.gitignore | |
parent | 538b97cea63d68efbd9c9c67d9c41278cfd1ebad (diff) | |
download | monitoring-plugins-2bbf2e6967daa0a9f86874aac409fde245a3bc85.tar.gz |
Add Libtap as a bundled library (does not change any behaviour without --enable-libtap)
Detects system library as pre-1.4.13 and does not install the built-in library anymore
Tested on:
- Linux x86_64, with and without local libtap (System libtap installed)
- Linux x86, with and without local libtap (System libtap NOT installed)
- Solaris SPARC, with and without local libtap, with and without system libtap installed
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -96,6 +96,14 @@ NP-VERSION-FILE | |||
96 | /intl/ref-del.sin | 96 | /intl/ref-del.sin |
97 | /intl/textdomain.c | 97 | /intl/textdomain.c |
98 | 98 | ||
99 | # /tap/ | ||
100 | /tap/.deps | ||
101 | /tap/.libs | ||
102 | /tap/Makefile | ||
103 | /tap/Makefile.in | ||
104 | /tap/libtap.la | ||
105 | /tap/tap.lo | ||
106 | |||
99 | # /lib/ | 107 | # /lib/ |
100 | /lib/.deps | 108 | /lib/.deps |
101 | /lib/getopt.h | 109 | /lib/getopt.h |