diff options
| author | Maksim Yevmenkin <emax@FreeBSD.org> | 2004-01-20 20:48:26 +0000 |
|---|---|---|
| committer | Maksim Yevmenkin <emax@FreeBSD.org> | 2004-01-20 20:48:26 +0000 |
| commit | 07be7a6c2edb7aa5b3f80ba3d13ace5e22d2b47d (patch) | |
| tree | c318d183c555f9482f9b067d6ac25de5901a5821 /lib/libsdp/Makefile | |
| parent | be057190048a620b99399889d15ae19be50e382c (diff) | |
Notes
Diffstat (limited to 'lib/libsdp/Makefile')
| -rw-r--r-- | lib/libsdp/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libsdp/Makefile b/lib/libsdp/Makefile index 4df747114eb6..f93c690d5e70 100644 --- a/lib/libsdp/Makefile +++ b/lib/libsdp/Makefile @@ -9,7 +9,7 @@ CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../sys SHLIB_MAJOR= 1 -SRCS= search.c session.c util.c +SRCS= search.c service.c session.c util.c INCS= sdp.h MLINKS+= sdp.3 SDP_GET8.3 @@ -29,5 +29,8 @@ MLINKS+= sdp.3 sdp_error.3 MLINKS+= sdp.3 sdp_search.3 MLINKS+= sdp.3 sdp_attr2desc.3 MLINKS+= sdp.3 sdp_uuid2desc.3 +MLINKS+= sdp.3 sdp_register_service.3 +MLINKS+= sdp.3 sdp_unregister_service.3 +MLINKS+= sdp.3 sdp_change_service.3 .include <bsd.lib.mk> |
