mirror of
https://github.com/samba-team/samba.git
synced 2025-11-29 16:23:52 +03:00
* Move dlinklist.h, smb.h to subsystem-specific directories * Clean up ads.h and move what is left of it to dsdb/ (only place where it's used)
10 lines
235 B
Makefile
10 lines
235 B
Makefile
[LIBRARY::TDR]
|
|
CFLAGS = -Ilib/tdr
|
|
PUBLIC_HEADERS = tdr.h
|
|
VERSION = 0.0.1
|
|
SO_VERSION = 0
|
|
DESCRIPTION = Simple marshall/unmarshall library
|
|
PUBLIC_PROTO_HEADER = tdr_proto.h
|
|
PUBLIC_DEPENDENCIES = LIBTALLOC LIBSAMBA-UTIL
|
|
OBJ_FILES = tdr.o
|