summaryrefslogtreecommitdiff
path: root/source4/utils/net/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-04-14 17:22:58 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-04-14 17:22:58 +0200
commite9017ba418202b4b191c5a9ad4a96857558ce606 (patch)
tree7a5069a59fde6de060a8946fa1b04a22333b3078 /source4/utils/net/config.mk
parentffc5cbfe803326a1c3bf55684717af910d091c5a (diff)
downloadsamba-e9017ba418202b4b191c5a9ad4a96857558ce606.tar.gz
samba-e9017ba418202b4b191c5a9ad4a96857558ce606.tar.bz2
samba-e9017ba418202b4b191c5a9ad4a96857558ce606.zip
Use _OBJ_FILES variables in a couple more places.
(This used to be commit 92856d5054106894b65cd1a1b5119c0facfc4cff)
Diffstat (limited to 'source4/utils/net/config.mk')
-rw-r--r--source4/utils/net/config.mk16
1 files changed, 9 insertions, 7 deletions
diff --git a/source4/utils/net/config.mk b/source4/utils/net/config.mk
index ced0710ae0..4423c44c15 100644
--- a/source4/utils/net/config.mk
+++ b/source4/utils/net/config.mk
@@ -5,13 +5,6 @@
[BINARY::net]
INSTALLDIR = BINDIR
PRIVATE_PROTO_HEADER = net_proto.h
-OBJ_FILES = \
- net.o \
- net_password.o \
- net_time.o \
- net_join.o \
- net_vampire.o \
- net_user.o
PRIVATE_DEPENDENCIES = \
LIBSAMBA-HOSTCONFIG \
LIBSAMBA-UTIL \
@@ -21,3 +14,12 @@ PRIVATE_DEPENDENCIES = \
POPT_CREDENTIALS
# End BINARY net
#################################
+
+net_OBJ_FILES = $(addprefix utils/net/, \
+ net.o \
+ net_password.o \
+ net_time.o \
+ net_join.o \
+ net_vampire.o \
+ net_user.o)
+