mirror of
https://github.com/samba-team/samba.git
synced 2025-01-07 17:18:11 +03:00
e153a8099e
- VERSION: should contain the current version. Will be made part of the filename.
- SO_VERSION: should contain the latest version that this on is compatible to. Will be used for setting the soname of the shared library.
Fix sonames and use them on platforms that support them
Remove symlinking code. ldconfig will take care of creating the symlinks now
that we set the soname.
(This used to be commit 7871b07e21
)
11 lines
298 B
Makefile
11 lines
298 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
|
|
NOPROTO=YES
|
|
# End SUBSYSTEM LIBWINBIND_CLIENT
|
|
#################################
|