summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2013-03-05 15:28:14 +0800
committerJeremy Kerr <jk@ozlabs.org>2013-04-15 15:42:26 +0800
commit16ebe978aeced862dd877cfee81ac7604902fd55 (patch)
treec73db6d36b3a8785f6a47c4544419b9341cd5ea2 /lib/Makefile.am
parent9a960821e54b0794b1c519b493294b7222dd98d4 (diff)
downloadtalos-petitboot-16ebe978aeced862dd877cfee81ac7604902fd55.tar.gz
talos-petitboot-16ebe978aeced862dd877cfee81ac7604902fd55.zip
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 <jk@ozlabs.org>
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am4
1 files changed, 3 insertions, 1 deletions
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
OpenPOWER on IntegriCloud