diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-04-30 00:00:28 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:05:18 -0500 |
commit | 20b3b0f2e316f1689ea30e1901d97bdf86a71fa0 (patch) | |
tree | aa43662af4350d1717fb27fcb8e882499f802869 /source4/librpc | |
parent | f7c86b912dd8033837a8411c7b99c9436de079c0 (diff) | |
download | samba-20b3b0f2e316f1689ea30e1901d97bdf86a71fa0.tar.gz samba-20b3b0f2e316f1689ea30e1901d97bdf86a71fa0.tar.bz2 samba-20b3b0f2e316f1689ea30e1901d97bdf86a71fa0.zip |
r15338: Fix build of most things with shared libs enabled.
(This used to be commit 8985093d3fba90287bd739aaaa0fbfdadca2b999)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 ################################################ |