diff options
author | Rob Crittenden <rcritten@redhat.com> | 2005-02-23 18:19:13 +0000 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2005-02-23 18:19:13 +0000 |
commit | 21305115e547133a0122c44b7e9956ef78dc94be (patch) | |
tree | b72f28ba737b35c0f13003478f5e777146789ef3 /lib/libaccess/Makefile | |
parent | f64e827b9c3011b07b5d78dd52466236dc77346e (diff) | |
download | ds-21305115e547133a0122c44b7e9956ef78dc94be.tar.gz ds-21305115e547133a0122c44b7e9956ef78dc94be.tar.xz ds-21305115e547133a0122c44b7e9956ef78dc94be.zip |
149510
Strip down ACL code and support libraries to the bare minimum.
Diffstat (limited to 'lib/libaccess/Makefile')
-rw-r--r-- | lib/libaccess/Makefile | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/lib/libaccess/Makefile b/lib/libaccess/Makefile index 2acb484b..c5433f7f 100644 --- a/lib/libaccess/Makefile +++ b/lib/libaccess/Makefile @@ -43,14 +43,8 @@ OBJS=$(addprefix $(OBJDEST)/, usi.o \ attrec.o \ nseframe.o \ nsdb.o \ - nsdbmgmt.o \ nsuser.o \ - nsumgmt.o \ nsgroup.o \ - nsgmgmt.o \ - nsadb.o \ - nscert.o \ - nsamgmt.o \ nsautherr.o \ symbols.o \ acltools.o \ @@ -67,7 +61,6 @@ OBJS=$(addprefix $(OBJDEST)/, usi.o \ usrcache.o \ lasgroup.o \ lasuser.o \ - lasprogram.o \ aclspace.o \ acl.tab.o \ acl.yy.o \ @@ -77,10 +70,15 @@ OBJS=$(addprefix $(OBJDEST)/, usi.o \ aclparse.o \ aclbuild.o \ aclerror.o \ - acladmin.o \ - aclcgi.o \ + nsadb.o \ + nscert.o \ + nsamgmt.o \ + nsgmgmt.o \ + nsdbmgmt.o \ + nsumgmt.o \ $(OSOBJS) \ ) + # # AVA Mapping files. Currently not compiled in (FORTEZZA for reference only). |