1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source4/ntptr/config.mk
Jelmer Vernooij 4c5a4a7e02 r11244: Relative path names in .mk files
(This used to be commit 24e1030090)
2007-10-10 13:45:06 -05:00

25 lines
591 B
Makefile

# NTPTR Server subsystem
################################################
# Start MODULE ntptr_simple_ldb
[MODULE::ntptr_simple_ldb]
INIT_FUNCTION = ntptr_simple_ldb_init
SUBSYSTEM = NTPTR
INIT_OBJ_FILES = \
simple_ldb/ntptr_simple_ldb.o
REQUIRED_SUBSYSTEMS = \
LIBLDB
# End MODULE ntptr_simple_ldb
################################################
################################################
# Start SUBSYSTEM NTPTR
[SUBSYSTEM::NTPTR]
INIT_OBJ_FILES = \
ntptr_base.o
ADD_OBJ_FILES = \
ntptr_interface.o
#
# End SUBSYSTEM NTPTR
################################################