mirror of
https://github.com/samba-team/samba.git
synced 2025-02-18 17:57:55 +03:00
10 lines
286 B
Makefile
10 lines
286 B
Makefile
#################################
|
|
# Start SUBSYSTEM LIBWINBIND_CLIENT
|
|
[LIBRARY::LIBWINBIND_CLIENT]
|
|
VERSION = 0.0.1
|
|
SO_VERSION = 0.0.1
|
|
DESCRIPTION = Client library for communicating with winbind
|
|
OBJ_FILES = wb_common.o
|
|
# End SUBSYSTEM LIBWINBIND_CLIENT
|
|
#################################
|