Skip to content

Commit

Permalink
disable fbus services for psp
Browse files Browse the repository at this point in the history
  • Loading branch information
xianjimli committed Sep 21, 2010
1 parent d58481c commit 20e040b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
SUBDIRS=po src data theme tools testdata doc fbus services
SUBDIRS=po src data theme tools testdata doc

if ENABLE_OPENGLES
SUBDIRS += opengles
endif

if FTK_BACKEND_PSP
else
SUBDIRS+=script_binding apps
SUBDIRS+=fbus services script_binding apps
endif
pkgconfigdir=$(libdir)/pkgconfig

Expand Down

0 comments on commit 20e040b

Please sign in to comment.