From 16ebe978aeced862dd877cfee81ac7604902fd55 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Tue, 5 Mar 2013 15:28:14 +0800 Subject: lib/url: Move URL-handling code to lib We'll need to use the URL handling code in the server, so move it to the lib/ directory. Signed-off-by: Jeremy Kerr --- test/urls/Makefile.am | 5 +---- test/urls/parse-url.c | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'test') diff --git a/test/urls/Makefile.am b/test/urls/Makefile.am index 850c58f..d16ffdc 100644 --- a/test/urls/Makefile.am +++ b/test/urls/Makefile.am @@ -22,10 +22,7 @@ AM_CPPFLAGS = \ AM_CFLAGS = \ $(DEFAULT_CFLAGS) -parse_url_SOURCES = \ - parse-url.c \ - ../../ui/common/url.c \ - ../../ui/common/url.h +parse_url_SOURCES = parse-url.c parse_url_LDADD = ../../lib/libpbcore.la diff --git a/test/urls/parse-url.c b/test/urls/parse-url.c index 3e2f10f..d748cdb 100644 --- a/test/urls/parse-url.c +++ b/test/urls/parse-url.c @@ -2,7 +2,7 @@ #include #include -#include +#include #include int main(int argc, char **argv) -- cgit v1.2.1