summaryrefslogtreecommitdiff
path: root/source4/librpc/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-14 23:46:34 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-14 23:46:34 +0200
commitf02a68a89f1da4d4e5b8e637b17b2bc09cd37d67 (patch)
tree6925bdc26b7420615d6e99e964fdace542fb479a /source4/librpc/config.mk
parent831141e334141c4f7d04238a533972e6be40dbba (diff)
downloadsamba-f02a68a89f1da4d4e5b8e637b17b2bc09cd37d67.tar.gz
samba-f02a68a89f1da4d4e5b8e637b17b2bc09cd37d67.tar.bz2
samba-f02a68a89f1da4d4e5b8e637b17b2bc09cd37d67.zip
Share ndr_compression.c.
Diffstat (limited to 'source4/librpc/config.mk')
-rw-r--r--source4/librpc/config.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk
index 44e05dff35..f6f5d69d68 100644
--- a/source4/librpc/config.mk
+++ b/source4/librpc/config.mk
@@ -48,9 +48,7 @@ PUBLIC_DEPENDENCIES = LIBSAMBA-ERRORS LIBNDR
# End SUBSYSTEM NDR_COMPRESSION
################################################
-NDR_COMPRESSION_OBJ_FILES = $(ndrsrcdir)/ndr_compression.o
-
-$(eval $(call proto_header_template,$(ndrsrcdir)/ndr_compression.h,$(NDR_COMPRESSION_OBJ_FILES:.o=.c)))
+NDR_COMPRESSION_OBJ_FILES = ../librpc/ndr/ndr_compression.o
[SUBSYSTEM::NDR_SECURITY]
PUBLIC_DEPENDENCIES = NDR_MISC LIBSECURITY