summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-29 16:03:23 +0100
committerGünther Deschner <gd@samba.org>2008-02-29 17:07:57 +0100
commit41efa5ca45f87435ad2a344010ead8e5e2fecbb0 (patch)
tree9afc057c189a602a0e1705f26dfdf5f1c81c7f7f /source3/Makefile.in
parentad38725f96c9a285718ea6a515d73508b8db3fca (diff)
downloadsamba-41efa5ca45f87435ad2a344010ead8e5e2fecbb0.tar.gz
samba-41efa5ca45f87435ad2a344010ead8e5e2fecbb0.tar.bz2
samba-41efa5ca45f87435ad2a344010ead8e5e2fecbb0.zip
Add Group Policy extension infrastructure.
Guenther (This used to be commit 6d543b1a1a5a7af98affc9aea2edf650cb476379)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index baa917724d..cfb607a977 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -376,9 +376,12 @@ LIBWBCLIENT_OBJ0 = nsswitch/libwbclient/wbclient.o \
nsswitch/libwbclient/wbc_pam.o
LIBWBCLIENT_OBJ = $(LIBWBCLIENT_OBJ0) $(WBCOMMON_OBJ) @LIBTALLOC_STATIC@ $(LIBREPLACE_OBJ)
+GPEXT_OBJ = libgpo/gpext/gpext.o @GPEXT_STATIC@
+
LIBGPO_OBJ0 = libgpo/gpo_ldap.o libgpo/gpo_ini.o libgpo/gpo_util.o \
libgpo/gpo_fetch.o libgpo/gpo_filesync.o libgpo/gpo_sec.o \
- libgpo/gpo_reg.o
+ libgpo/gpo_reg.o \
+ $(GPEXT_OBJ)
LIBGPO_OBJ = $(LIBGPO_OBJ0)
LIBADS_OBJ = libads/ldap.o libads/ldap_printer.o \