summaryrefslogtreecommitdiffstats
path: root/plugins/uriparser/Makefile.am
blob: 592e694c0787dbbb9c44203d095e75b98344a47c (plain)
1
2
3
4
5
6
7
8
9
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