remove the root-manager for now. added an explanation to Makefile.am
This commit is contained in:
parent
5852ff34c4
commit
2d866ad94e
2 changed files with 12 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
Loading…
Add table
Reference in a new issue