Move winbindd/winbindd_reqtrans.c to lib/wb_reqtrans.c
authorVolker Lendecke <vl@samba.org>
Sun, 28 Dec 2008 13:47:40 +0000 (14:47 +0100)
committerVolker Lendecke <vl@samba.org>
Sun, 4 Jan 2009 15:42:40 +0000 (16:42 +0100)
source3/Makefile.in
source3/lib/wb_reqtrans.c [moved from source3/winbindd/winbindd_reqtrans.c with 99% similarity]

index 49f576f507c19cd783f9c7c8cc6f65b3c21b1e17..8631520486c918105761780387372acf1e5c6cf9 100644 (file)
@@ -1029,7 +1029,6 @@ IDMAP_ADEX_OBJ = \
 
 WINBINDD_OBJ1 = \
                winbindd/winbindd.o       \
-               winbindd/winbindd_reqtrans.o \
                winbindd/winbindd_user.o  \
                winbindd/winbindd_group.o \
                winbindd/winbindd_util.o  \
similarity index 99%
rename from source3/winbindd/winbindd_reqtrans.c
rename to source3/lib/wb_reqtrans.c
index 6c4f0f2c759c8c5427616155d4260c74cbaa6945..faf166670539946946328df48f6466040d8834cb 100644 (file)
@@ -20,7 +20,7 @@
 */
 
 #include "includes.h"
-#include "winbindd.h"
+#include "winbindd/winbindd.h"
 
 #undef DBGC_CLASS
 #define DBGC_CLASS DBGC_WINBIND