diff options
author | Thomas Wood <thomas.wood@intel.com> | 2010-05-18 16:09:26 +0100 |
---|---|---|
committer | Thomas Wood <thomas.wood@intel.com> | 2010-05-18 16:09:26 +0100 |
commit | b4fdb6db4ff7a0a261947ad7b350122e9ba7890b (patch) | |
tree | 024417fc8e5b0407ff8446d96f7f76383203c047 /Makefile.am | |
parent | eb0e3e77858895b8336d2b5196c4e9a3575f4c04 (diff) | |
download | gnome-control-center-b4fdb6db4ff7a0a261947ad7b350122e9ba7890b.tar.gz |
Add libgnome-control-center with two new classes: CcShell and CcPanel
CcShell is an abstract class that represents an instance of a control
center shell. It provides access to some of the properties of the shell
that panels will need to read or change. When a panel is created it has an
instance of CcShell available that represents the current shell.
CcPanel is an abstract class used to implement panels for the shell. A
panel contains a collection of related settings that are displayed within
the shell window.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index ae0e6d8ba..866da2d6a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,5 @@ -SUBDIRS = po libwindow-settings capplets font-viewer help +SUBDIRS = po libwindow-settings libgnome-control-center capplets font-viewer \ + help docs DIST_SUBDIRS = po libwindow-settings capplets font-viewer help libslab shell typing-break if HAVE_LIBSLAB_DEPS @@ -50,7 +51,7 @@ EXTRA_DIST = \ MAINTAINERS \ gnome-doc-utils.make -DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --disable-update-mimedb +DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --disable-update-mimedb --enable-gtk-doc GITIGNOREFILES=m4 |