diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2013-09-16 03:56:30 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-09-16 03:56:30 +0200 |
commit | 3e6aab0243da094f1ca05b80eb3e5a9adb8ea519 (patch) | |
tree | 7e35b54114b5a9de8e597dd55a9f02d246fd38b5 | |
parent | 66fb1f509816a195188e82b939e6e95af26af89e (diff) |
Add match-options to utils sources
* utils/Makefile (SRCS): Add match-options.c
-rw-r--r-- | utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile index c079016b..46abf2a6 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -31,7 +31,7 @@ SRCS = shd.c ps.c settrans.c syncfs.c showtrans.c addauth.c rmauth.c \ parse.c frobauth.c frobauth-mod.c setauth.c pids.c nonsugid.c \ unsu.c ftpcp.c ftpdir.c storeread.c storecat.c msgport.c \ rpctrace.c mount.c gcore.c fakeauth.c fakeroot.sh remap.sh \ - nullauth.c + nullauth.c match-options.c OBJS = $(filter-out %.sh,$(SRCS:.c=.o)) HURDLIBS = ps ihash store fshelp ports ftpconn shouldbeinlibc |