From 20b3b0f2e316f1689ea30e1901d97bdf86a71fa0 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 30 Apr 2006 00:00:28 +0000 Subject: r15338: Fix build of most things with shared libs enabled. (This used to be commit 8985093d3fba90287bd739aaaa0fbfdadca2b999) --- source4/librpc/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc') diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk index db74c12129..56d8a5b27c 100644 --- a/source4/librpc/config.mk +++ b/source4/librpc/config.mk @@ -24,7 +24,7 @@ DESCRIPTION = NDR support for compressed subcontexts PRIVATE_PROTO_HEADER = ndr/ndr_compression.h OBJ_FILES = \ ndr/ndr_compression.o -PUBLIC_DEPENDENCIES = LIBCOMPRESSION +PUBLIC_DEPENDENCIES = LIBCOMPRESSION LIBSAMBA-ERRORS # End SUBSYSTEM NDR_COMPRESSION ################################################ -- cgit