summaryrefslogtreecommitdiffstats
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-05-16 21:18:25 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-05-18 16:12:08 +0200
commit41b3c38587f1153d49c1805869aa186b66501f7a (patch)
tree357a084034abfc2f3612c92795cdf78566ed0443 /source3/Makefile.in
parent8d7be8af794830c25d9d41eb53ad22b7b4ab7a9b (diff)
downloadsamba-41b3c38587f1153d49c1805869aa186b66501f7a.tar.gz
samba-41b3c38587f1153d49c1805869aa186b66501f7a.tar.xz
samba-41b3c38587f1153d49c1805869aa186b66501f7a.zip
librpc/ndr Merge ndr_print_sockaddr_storage() into common code
There is no longer a reason to leave this source3 specific, and this brings it into a library (avoiding duplicate symbols). Andrew Bartlett
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 84bfd9aa39b..847f811e897 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -322,7 +322,7 @@ LIBNDR_OBJ = ../librpc/ndr/ndr_basic.o \
../librpc/ndr/ndr_sec_helper.o \
../librpc/ndr/ndr_string.o \
../librpc/ndr/uuid.o \
- librpc/ndr/util.o \
+ ../librpc/ndr/util.o \
librpc/gen_ndr/ndr_server_id.o \
librpc/gen_ndr/ndr_dcerpc.o