From 29d25d5ebfc5b0c76d066685de5cd12e8ebb6cda Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 30 May 2009 10:12:53 +0200 Subject: Move ads flags mapping to lib/ --- source3/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index 613e127770..9c87c6776a 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -372,6 +372,7 @@ LIB_OBJ = $(LIBSAMBAUTIL_OBJ) $(UTIL_OBJ) $(CRYPTO_OBJ) \ lib/interface.o lib/pidfile.o \ lib/system.o lib/sendfile.o lib/recvfile.o lib/time.o \ lib/username.o \ + lib/ads_flags.o \ lib/util_pw.o lib/access.o lib/smbrun.o \ lib/bitmap.o lib/dprintf.o $(UTIL_REG_OBJ) \ lib/wins_srv.o \ -- cgit