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 --- lib/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am index 7847d09..cce05fe 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -32,6 +32,8 @@ libpbcore_la_SOURCES = \ talloc/talloc.c \ talloc/talloc.h \ system/system.c \ - system/system.h + system/system.h \ + url/url.c \ + url/url.h MAINTAINERCLEANFILES = Makefile.in -- cgit v1.2.1