From 1d2b8d7af92023066c5758a213b57a7225b6e35e Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Fri, 9 Nov 2007 18:06:36 +0000 Subject: [PATCH] * Waf updates: ligbus added to wscript targets --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index a876352a3..28faad006 100644 --- a/wscript +++ b/wscript @@ -122,7 +122,7 @@ def build(bld): # process subfolders from here # Pending dirs: # data docs etc libgbus libselftest man po policy python backends - bld.add_subdirs('libpackagekit client') + bld.add_subdirs('libpackagekit client libgbus') def shutdown(): # this piece of code may be move right after the pixmap or documentation installation