summaryrefslogtreecommitdiff
path: root/source4/libnet/config.mk
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-01-17 03:44:37 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:51:13 -0500
commit1f72942873ee28a17947d2124b885c22f9d83ffc (patch)
treeb1f90278afcff9b555ecba4727f76e8e1950f99e /source4/libnet/config.mk
parentb0f70f066a93d4c131d5480a3a5779a81b311764 (diff)
downloadsamba-1f72942873ee28a17947d2124b885c22f9d83ffc.tar.gz
samba-1f72942873ee28a17947d2124b885c22f9d83ffc.tar.bz2
samba-1f72942873ee28a17947d2124b885c22f9d83ffc.zip
r12976: Patch from Brad Henry <j0j0@riod.ca>:
This patch pulls the AD site name generation and site join code from libnet/libnet_join.c and puts it into a new file, libnet/libnet_site.c. This way, a common means for site name, configuration dn and server dn generation exists so it doesn't need to be rewritten in new code (such as the future libnet_leave for example). I've made a couple of changes, but nothing dramatic. Nice work Brad! Andrew Bartlett (This used to be commit 45f67b3f6d506cc8cb9922184a8c0c9b59a8f702)
Diffstat (limited to 'source4/libnet/config.mk')
-rw-r--r--source4/libnet/config.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/source4/libnet/config.mk b/source4/libnet/config.mk
index baf81e36e6..8b312bb5ef 100644
--- a/source4/libnet/config.mk
+++ b/source4/libnet/config.mk
@@ -7,14 +7,16 @@ RELEASE_VERSION = 1
DESCRIPTION = User-friendly access to Samba interfaces
PRIVATE_PROTO_HEADER = libnet_proto.h
PUBLIC_HEADERS = libnet.h libnet_join.h libnet_lookup.h libnet_passwd.h \
- libnet_rpc.h libnet_share.h libnet_time.h libnet_user.h \
- libnet_vampire.h userinfo.h userman.h
+ libnet_rpc.h libnet_share.h libnet_time.h \
+ libnet_user.h libnet_site.h libnet_vampire.h \
+ userinfo.h userman.h
OBJ_FILES = \
libnet.o \
libnet_passwd.o \
libnet_time.o \
libnet_rpc.o \
libnet_join.o \
+ libnet_site.o \
libnet_vampire.o \
libnet_samdump.o \
libnet_samdump_keytab.o \