mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
9b54c7ca21
metze
(This used to be commit 72e3b351d0
)
12 lines
265 B
Makefile
12 lines
265 B
Makefile
#################################
|
|
# Start SUBSYSTEM LIBNET
|
|
[SUBSYSTEM::LIBNET]
|
|
INIT_OBJ_FILES = \
|
|
libnet/libnet.o
|
|
ADD_OBJ_FILES = \
|
|
libnet/libnet_passwd.o \
|
|
libnet/libnet_time.o \
|
|
libnet/libnet_rpc.o
|
|
# End SUBSYSTEM LIBNET
|
|
#################################
|