From 32622e575789a59bced6d553e9f5c6b7c4906c61 Mon Sep 17 00:00:00 2001 From: dinoex Date: Sat, 23 Dec 2006 10:41:03 +0000 Subject: SystemConfig is a framework which provides various a common way to set system specific preferences by interfacing with the host system. Host system means the following combo: * operating sytem * additional abstraction support (sound, network etc.) * display/window server Versatile and flexible devices support is often done through an extra abstraction layer/library on top of the kernel. This is what 'additional abstraction support' means. GNOME System tools backend is an example of such library that allows to set various settings (like network related ones) without having to pay attention on which operating system Etoile is used. WWW: http://www.etoile-project.org/ --- deskutils/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'deskutils/Makefile') diff --git a/deskutils/Makefile b/deskutils/Makefile index 69f11570b07c..cd73ef3aa951 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -48,6 +48,7 @@ SUBDIR += etoile-panekit SUBDIR += etoile-preferenceskit SUBDIR += etoile-servicesbarkit + SUBDIR += etoile-systemconfig SUBDIR += etoile-trackerkit SUBDIR += etoile-ui SUBDIR += etoile-workspaceswitcher -- cgit