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) diff --git a/archiver/.cvsignore b/archiver/.cvsignore index 88236a032..cc8242611 100644 --- a/archiver/.cvsignore +++ b/archiver/.cvsignore @@ -8,3 +8,7 @@ Makefile.in ximian-config-manager ximian_archiverConf.sh ximian-archiver +bonobo-moniker-archiver +config-archiver +config_archiverConf.sh +Bonobo_Moniker_archiver.oaf \ No newline at end of file