summaryrefslogtreecommitdiff
path: root/backends/smart/wscript
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2007-11-10 15:15:15 +0000
committerRichard Hughes <richard@hughsie.com>2007-11-10 15:15:15 +0000
commitf5da0d5e9ecdb1a9b836c4f58a5c1d966c303e75 (patch)
treed8dcc69534aea791b0912643b09e65aedd246967 /backends/smart/wscript
parentd78850f7095aa4ce55ca10cb0b130ccaef7031d0 (diff)
update waf to not be a binary blob but instead use wafadmin
Diffstat (limited to 'backends/smart/wscript')
-rw-r--r--backends/smart/wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/smart/wscript b/backends/smart/wscript
index 158feaa37..902d00ff7 100644
--- a/backends/smart/wscript
+++ b/backends/smart/wscript
@@ -5,6 +5,8 @@ def build(bld):
obj.uselib = 'SMART'
obj.uselib_local = 'libpackagekit'
obj.includes = '../../src ../../libpackagekit'
+ obj.install_var = 'LIBDIR'
+ obj.install_subdir = 'packagekit-backend'
def configure(conf):
if not conf.find_program('smart'):