summaryrefslogtreecommitdiffstats
path: root/plugins/uriparser/Makefile.am
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-06-01 09:14:05 (GMT)
committerAndreas Baumann <mail@andreasbaumann.cc>2018-06-01 09:14:05 (GMT)
commitf176cc5e1022a2ce6b6466932c79316be387cdbf (patch)
tree5d4dc94a62e1322f78063919848a056ea816eb0c /plugins/uriparser/Makefile.am
parent7caf9396d0398d808fea93594ffb5477eacc7a2e (diff)
downloadmonitoring-plugins-f176cc5.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.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/plugins/uriparser/Makefile.am b/plugins/uriparser/Makefile.am
deleted file mode 100644
index 703e6c5..0000000
--- a/plugins/uriparser/Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
1noinst_LIBRARIES = liburiparser.a
2
3liburiparser_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
11liburiparser_a_CFLAGS = $(AM_CFLAGS) -I..