Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-10-16 09:04:59 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-10-16 09:04:59 (GMT)
commit6240c1cf6fbd47da6743d4a66ebee21cf07fa6a5 (patch)
tree2c5276f5c820d2b5174bcc95cd15328adc98d7be /configure.ac
parent087856f23317537dbc6b112564c64db68601410e (diff)
Cleanup the source structure
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac23
1 files changed, 9 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac
index 11b7089..6eec565 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,12 +19,7 @@ AC_PATH_PROG(PYGTK_CODEGEN, pygtk-codegen-2.0, no)
PKG_CHECK_MODULES(SHELL, pygtk-2.0 gtk+-2.0)
-PKG_CHECK_MODULES(NATIVE_FACTORY, dbus-1)
-
-PKG_CHECK_MODULES(LIBUI, gtk+-2.0)
-PKG_CHECK_MODULES(LIBUI_BINDINGS, pygtk-2.0)
-
-PKG_CHECK_MODULES(LIB_BINDINGS, pygobject-2.0)
+PKG_CHECK_MODULES(LIB, pygtk-2.0 gtk+-2.0)
PYGTK_DEFSDIR=`$PKG_CONFIG --variable=defsdir pygtk-2.0`
AC_SUBST(PYGTK_DEFSDIR)
@@ -52,6 +47,14 @@ bin/Makefile
data/Makefile
data/icons/Makefile
lib/Makefile
+lib/sugar/Makefile
+lib/sugar/activity/Makefile
+lib/sugar/bundle/Makefile
+lib/sugar/clipboard/Makefile
+lib/sugar/graphics/Makefile
+lib/sugar/objects/Makefile
+lib/sugar/presence/Makefile
+lib/sugar/datastore/Makefile
services/Makefile
services/shell/Makefile
shell/Makefile
@@ -83,13 +86,5 @@ services/console/interface/network/Makefile
services/console/interface/logviewer/Makefile
services/console/interface/terminal/Makefile
services/console/interface/xserver/Makefile
-sugar/Makefile
-sugar/activity/Makefile
-sugar/bundle/Makefile
-sugar/clipboard/Makefile
-sugar/graphics/Makefile
-sugar/objects/Makefile
-sugar/presence/Makefile
-sugar/datastore/Makefile
po/Makefile.in
])