From 20e040bfda5b7098791ceb7e92b56e8706b9bc0c Mon Sep 17 00:00:00 2001 From: xianjimli Date: Tue, 21 Sep 2010 00:38:30 +0000 Subject: [PATCH] disable fbus services for psp --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 69f1538..0617ad3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS=po src data theme tools testdata doc fbus services +SUBDIRS=po src data theme tools testdata doc if ENABLE_OPENGLES SUBDIRS += opengles @@ -6,7 +6,7 @@ endif if FTK_BACKEND_PSP else -SUBDIRS+=script_binding apps +SUBDIRS+=fbus services script_binding apps endif pkgconfigdir=$(libdir)/pkgconfig