source: branches/samba-3.5.x/source4/utils/net/config.mk

Last change on this file was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 582 bytes
Line 
1# $(utilssrcdir)/net subsystem
2
3#################################
4# Start BINARY net
5[BINARY::net]
6INSTALLDIR = BINDIR
7PRIVATE_DEPENDENCIES = \
8 LIBSAMBA-HOSTCONFIG \
9 LIBSAMBA-UTIL \
10 LIBSAMBA-NET \
11 LIBPOPT \
12 POPT_SAMBA \
13 POPT_CREDENTIALS
14# End BINARY net
15#################################
16
17net_OBJ_FILES = $(addprefix $(utilssrcdir)/net/, \
18 net.o \
19 net_machinepw.o \
20 net_password.o \
21 net_time.o \
22 net_join.o \
23 net_vampire.o \
24 net_user.o \
25 net_export_keytab.o)
26
27
28$(eval $(call proto_header_template,$(utilssrcdir)/net/net_proto.h,$(net_OBJ_FILES:.o=.c)))
Note: See TracBrowser for help on using the repository browser.