diff options
| author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-06-01 11:14:05 +0200 |
|---|---|---|
| committer | Sven Nierlein <sven@nierlein.de> | 2018-10-22 16:30:31 +0200 |
| commit | d6491ba403d37abf54e56c96fb5c7b808943b5d3 (patch) | |
| tree | ab7f5da00831e146ef71b55a47b14ba43cdcec6b /plugins/uriparser/Makefile.am | |
| parent | 46c5b54254026a170006cdcdbe1ffe38771274cb (diff) | |
| download | monitoring-plugins-d6491ba403d37abf54e56c96fb5c7b808943b5d3.tar.gz | |
removed embedded uriparser library, added --with-uriparser configure option
to use uriparser library from the system
Diffstat (limited to 'plugins/uriparser/Makefile.am')
| -rw-r--r-- | plugins/uriparser/Makefile.am | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/plugins/uriparser/Makefile.am b/plugins/uriparser/Makefile.am deleted file mode 100644 index 703e6c51..00000000 --- a/plugins/uriparser/Makefile.am +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | noinst_LIBRARIES = liburiparser.a | ||
| 2 | |||
| 3 | liburiparser_a_SOURCES = UriCommon.c UriCompare.c \ | ||
| 4 | UriEscape.c UriFile.c UriIp4.c \ | ||
| 5 | UriIp4Base.c UriNormalize.c \ | ||
| 6 | UriNormalizeBase.c UriParse.c \ | ||
| 7 | UriParseBase.c UriQuery.c \ | ||
| 8 | UriRecompose.c UriResolve.c \ | ||
| 9 | UriShorten.c | ||
| 10 | |||
| 11 | liburiparser_a_CFLAGS = $(AM_CFLAGS) -I.. | ||
