summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJose Maria Celorio <chema@src.gnome.org>2001-07-12 05:08:36 +0000
committerJose Maria Celorio <chema@src.gnome.org>2001-07-12 05:08:36 +0000
commit2d866ad94ee9d0089c1ab521598d1bbca681b5b0 (patch)
tree76501c87e88911728d576510881be82639117e1f /Makefile.am
parent5852ff34c493531fcceaa1c6d4e80c8828eaa414 (diff)
downloadgnome-control-center-2d866ad94ee9d0089c1ab521598d1bbca681b5b0.tar.gz
remove the root-manager for now. added an explanation to Makefile.am
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 87afbd90f..55056b8e3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,11 @@
-SUBDIRS = archiver capplets root-manager control-center po intl
+SUBDIRS = archiver capplets control-center po intl
+#I removed the root-manager for now
+#
+# it generated this error :
+# root-manager.c:55:31: security/pam_appl.h: No such file or directory
+# while compiling. I guess we need to check for pam or something
+# in the configure.in file. Since we are not using it now, i will
+# remove it from the default build. Chema
dist-hook: control-center.spec
cp control-center.spec $(distdir)