summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-04-15 12:02:24 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-04-15 12:02:24 +0000
commit37dc79d2b6a29841cf4249cb6aba646fd2d1f83c (patch)
tree5ddec6f49051c281ba6a4c8c6bcebc98b29623a4 /source3/Makefile.in
parent8284032ec58ab5429b3890cb91c762244b74ee82 (diff)
downloadsamba-37dc79d2b6a29841cf4249cb6aba646fd2d1f83c.tar.gz
samba-37dc79d2b6a29841cf4249cb6aba646fd2d1f83c.tar.bz2
samba-37dc79d2b6a29841cf4249cb6aba646fd2d1f83c.zip
Add selection of the modules to configure (merge from HEAD)
(This used to be commit 3e283989ffc41d55f75f9dacbedca0cf920208fb)
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 eb54473092..70519847f2 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -4,6 +4,7 @@
# Copyright (C) 2001 by Martin Pool <mbp@samba.org>
# Copyright Andrew Bartlett 2002
# Copyright (C) 2003 Anthony Liguori <aliguor@us.ibm.com>
+# Copyright (C) 2002-2003 Jelmer Vernooij <jelmer@samba.org>
###########################################################################
prefix=@prefix@
@@ -55,6 +56,8 @@ LIBDIR = @libdir@
VFSLIBDIR = $(LIBDIR)/vfs
PDBLIBDIR = $(LIBDIR)/pdb
RPCLIBDIR = $(LIBDIR)/rpc
+CHARSETLIBDIR = $(LIBDIR)/charset
+AUTHLIBDIR = $(LIBDIR)/auth
CONFIGDIR = @configdir@
VARDIR = @localstatedir@
MANDIR = @mandir@
@@ -175,7 +178,7 @@ POPT_LIB_OBJ = lib/popt_common.o
UBIQX_OBJ = ubiqx/ubi_BinTree.o ubiqx/ubi_Cache.o ubiqx/ubi_SplayTree.o \
ubiqx/ubi_dLinkList.o ubiqx/ubi_sLinkList.o
-PARAM_OBJ = param/loadparm.o param/params.o dynconfig.o
+PARAM_OBJ = dynconfig.o param/loadparm.o param/params.o
KRBCLIENT_OBJ = libads/kerberos.o