summaryrefslogtreecommitdiffstats
path: root/plugins/uriparser/Makefile.am
blob: 703e6c5131974dd988a4ef88abb442ff7aee4a38 (plain)
1
2
3
4
5
6
7
8
9
10
11
noinst_LIBRARIES = liburiparser.a

liburiparser_a_SOURCES = UriCommon.c UriCompare.c \
	UriEscape.c UriFile.c UriIp4.c \
	UriIp4Base.c UriNormalize.c \
	UriNormalizeBase.c UriParse.c \
	UriParseBase.c UriQuery.c \
	UriRecompose.c UriResolve.c \
	UriShorten.c

liburiparser_a_CFLAGS = $(AM_CFLAGS) -I..