1
0
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:
Jelmer Vernooij 2006-03-06 01:11:27 +00:00 committed by Gerald (Jerry) Carter
parent c287cc247d
commit 81f58ffd17
2 changed files with 9 additions and 9 deletions

View File

@ -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]

View 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