summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
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)