1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/source4/utils/config.mk
Stefan Metzmacher 6ac53d211d r866: convert the rest of the binaries to config.mk files
metze
(This used to be commit 0f8c193ac3)
2007-10-10 12:56:13 -05:00

15 lines
253 B
Makefile

# utils subsystem
#################################
# Start BINARY ndrdump
[BINARY::ndrdump]
OBJ_FILES = \
utils/ndrdump.o
REQUIRED_SUBSYSTEMS = \
CONFIG \
LIBCMDLINE \
LIBBASIC \
LIBSMB
# End BINARY ndrdump
#################################