summaryrefslogtreecommitdiffstats
path: root/ui/common/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 /ui/common/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 'ui/common/Makefile.am')
-rw-r--r--ui/common/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/ui/common/Makefile.am b/ui/common/Makefile.am
index 284bf36..9e8d3ea 100644
--- a/ui/common/Makefile.am
+++ b/ui/common/Makefile.am
@@ -33,9 +33,7 @@ libpbui_la_SOURCES = \
timer.c \
timer.h \
ui-system.c \
- ui-system.h \
- url.c \
- url.h
+ ui-system.h
if ENABLE_PS3
libpbui_la_SOURCES += \
OpenPOWER on IntegriCloud