summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@src.gnome.org>1998-08-11 03:18:37 +0000
committerJonathan Blandford <jrb@src.gnome.org>1998-08-11 03:18:37 +0000
commitd1950a690ec0fa2ed5ca32cbf293cd6230eb85b6 (patch)
tree302ef2fa7a3fbcdd9388db3250b293aecc8be8b8
parenta6611ea687b6b0a8541e84d5812e460949069312 (diff)
downloadgnome-session-d1950a690ec0fa2ed5ca32cbf293cd6230eb85b6.tar.gz
added the beginnings of the control center. This shouldn't do anythingGNOME_0_27
interesting on anyone elses computer but mine. However, that will change tomorrow. (:
-rw-r--r--Makefile.am2
-rw-r--r--configure.in1
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 49648905..8f8481dc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,7 @@ endif
SUBDIRS = intl po macros \
panel applets \
gsm pixmaps desktop-links desktop-properties help-browser \
- gnome-terminal core-docs $(gmenu)
+ gnome-terminal core-docs control-center $(gmenu)
## to automatically rebuild aclocal.m4 if any of the macros in `macros/' change
@MAINT@include macros/macros.dep
diff --git a/configure.in b/configure.in
index b78b294b..44b9491b 100644
--- a/configure.in
+++ b/configure.in
@@ -245,6 +245,7 @@ help-browser/Makefile
help-browser/gnome-man2html/Makefile
help-browser/gnome-info2html/Makefile
gmenu/Makefile
+control-center/Makefile
pixmaps/Makefile
gsm/Makefile
smproxy/Makefile