summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-29 15:46:14 +0100
committerGünther Deschner <gd@samba.org>2008-02-29 15:48:14 +0100
commitc613bd5d4e34caff88deed13cf82608f894e083c (patch)
tree3c3a407c4c05a267aec9bc8d7c62fffe521d3325 /source3/Makefile.in
parentb50eb31bb4369e2ae22c43ad9f0fa2d9e2385d25 (diff)
downloadsamba-c613bd5d4e34caff88deed13cf82608f894e083c.tar.gz
samba-c613bd5d4e34caff88deed13cf82608f894e083c.tar.bz2
samba-c613bd5d4e34caff88deed13cf82608f894e083c.zip
Add infrastructure for reading/storing Group Policy state and control data in the registry.
Guenther (This used to be commit f673bbd300d972dd7ae2d092b3b1e642ed29cfd2)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index c6815e91e6..baa917724d 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -377,7 +377,8 @@ LIBWBCLIENT_OBJ0 = nsswitch/libwbclient/wbclient.o \
LIBWBCLIENT_OBJ = $(LIBWBCLIENT_OBJ0) $(WBCOMMON_OBJ) @LIBTALLOC_STATIC@ $(LIBREPLACE_OBJ)
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_fetch.o libgpo/gpo_filesync.o libgpo/gpo_sec.o \
+ libgpo/gpo_reg.o
LIBGPO_OBJ = $(LIBGPO_OBJ0)
LIBADS_OBJ = libads/ldap.o libads/ldap_printer.o \