mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
r13852: Split up
(This used to be commit e6f7e3a594444bd24dbbc11bb4c7de808a350564)
This commit is contained in:
parent
c287cc247d
commit
81f58ffd17
@ -17,6 +17,7 @@ include appweb/config.mk
|
||||
include replace/config.mk
|
||||
include stream/config.mk
|
||||
include util/config.mk
|
||||
include tdr/config.mk
|
||||
|
||||
##############################
|
||||
# Start SUBSYSTEM LIBNETIF
|
||||
@ -27,15 +28,6 @@ OBJ_FILES = \
|
||||
# End SUBSYSTEM LIBNETIF
|
||||
##############################
|
||||
|
||||
[LIBRARY::TDR]
|
||||
PUBLIC_HEADERS = tdr/tdr.h
|
||||
MAJOR_VERSION = 0
|
||||
MINOR_VERSION = 0
|
||||
RELEASE_VERSION = 1
|
||||
DESCRIPTION = Simple marshall/unmarshall library
|
||||
PRIVATE_PROTO_HEADER = tdr/tdr_proto.h
|
||||
OBJ_FILES = tdr/tdr.o
|
||||
|
||||
##############################
|
||||
# Start SUBSYSTEM LIBCRYPTO
|
||||
[SUBSYSTEM::LIBCRYPTO]
|
||||
|
8
source4/lib/tdr/config.mk
Normal file
8
source4/lib/tdr/config.mk
Normal file
@ -0,0 +1,8 @@
|
||||
[LIBRARY::TDR]
|
||||
PUBLIC_HEADERS = tdr.h
|
||||
MAJOR_VERSION = 0
|
||||
MINOR_VERSION = 0
|
||||
RELEASE_VERSION = 1
|
||||
DESCRIPTION = Simple marshall/unmarshall library
|
||||
PRIVATE_PROTO_HEADER = tdr_proto.h
|
||||
OBJ_FILES = tdr.o
|
Loading…
x
Reference in New Issue
Block a user