mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
7facdcc161
the asn1 and error table files. This removes the need for HEIMDAL_EXTERNAL (This used to be commit 2f481ac93c0151b82dab737d49ae8d0d3cbbbbbe)
22 lines
550 B
Makefile
22 lines
550 B
Makefile
################################################
|
|
# Start SUBSYSTEM LIBTALLOC
|
|
[SUBSYSTEM::LIBTALLOC]
|
|
INIT_OBJ_FILES = lib/talloc/talloc.o
|
|
REQUIRED_SUBSYSTEMS = LIBREPLACE
|
|
NOPROTO = YES
|
|
MANPAGE = lib/talloc/talloc.3
|
|
# End SUBSYSTEM LIBTALLOC
|
|
################################################
|
|
|
|
################################################
|
|
# Start LIBRARY LIBTALLOC
|
|
[LIBRARY::libtalloc]
|
|
MAJOR_VERSION = 0
|
|
MINOR_VERSION = 0
|
|
RELEASE_VERSION = 1
|
|
REQUIRED_SUBSYSTEMS = LIBTALLOC
|
|
#
|
|
# End LIBRARY LIBTALLOC
|
|
################################################
|
|
|