mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
11 lines
210 B
Makefile
11 lines
210 B
Makefile
|
[SUBSYSTEM::LIBCOM]
|
||
|
INIT_OBJ_FILES = \
|
||
|
lib/com/tables.o \
|
||
|
lib/com/rot.o \
|
||
|
lib/com/main.o
|
||
|
|
||
|
[MODULE::com_simple]
|
||
|
SUBSYSTEM = LIBCOM
|
||
|
INIT_OBJ_FILES = lib/com/classes/simple.o
|
||
|
INIT_FUNCTION = com_simple_init
|