diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-04-16 12:59:12 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-04-16 12:59:12 +0000 |
commit | 5e969704801f5c0ae88a7974c8c025412a601431 (patch) | |
tree | d9c567b47cbf26b2b3a9ff7b22f4595e7772b22f /source3 | |
parent | a8c95d79f83b4097ee20d5f3f1005c38ccf00186 (diff) | |
download | samba-5e969704801f5c0ae88a7974c8c025412a601431.tar.gz samba-5e969704801f5c0ae88a7974c8c025412a601431.tar.bz2 samba-5e969704801f5c0ae88a7974c8c025412a601431.zip |
Add make destination for librpc_echo
(This used to be commit 7ef7910004555997c194af6a069a81a89dcc3b53)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 2ce267c935..6b162d7ef2 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -928,6 +928,11 @@ bin/librpc_netdfs.@SHLIBEXT@: $(RPC_DFS_OBJ) @$(SHLD) $(LDSHFLAGS) -o $@ $(RPC_DFS_OBJ) -lc \ @SONAMEFLAG@`basename $@` +bin/librpc_echo.@SHLIBEXT@: $(RPC_ECHO_OBJ) + @echo "Linking $@" + @$(SHLD) $(LDSHFLAGS) -o $@ $(RPC_ECHO_OBJ) -lc \ + @SONAMEFLAG@`basename $@` + nsswitch/libnss_wins.@SHLIBEXT@: $(NSS_OBJ) @echo "Linking $@" @$(SHLD) $(LDSHFLAGS) -o $@ $(NSS_OBJ) -lc \ |