diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-04-29 19:16:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:16:21 -0500 |
commit | 14b63614fae318b46539706318dcd3954836172a (patch) | |
tree | 1e7669cc131f46b14b47fafc2f4e2367ed2fa82b /source4/librpc/config.mk | |
parent | b5c8b7e7dd50a9c24ffbcca322e8bb4be12d9f38 (diff) | |
download | samba-14b63614fae318b46539706318dcd3954836172a.tar.gz samba-14b63614fae318b46539706318dcd3954836172a.tar.bz2 samba-14b63614fae318b46539706318dcd3954836172a.zip |
r6519: move string handling functions to a seperate file
metze
(This used to be commit a29d52817ce943c15f6896b74273df739867c8f7)
Diffstat (limited to 'source4/librpc/config.mk')
-rw-r--r-- | source4/librpc/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk index be4d536108..5fd89ff2ee 100644 --- a/source4/librpc/config.mk +++ b/source4/librpc/config.mk @@ -5,6 +5,7 @@ INIT_OBJ_FILES = \ librpc/ndr/ndr.o ADD_OBJ_FILES = \ librpc/ndr/ndr_basic.o \ + librpc/ndr/ndr_string.o \ librpc/ndr/ndr_compression.o \ librpc/ndr/ndr_obfuscate.o \ librpc/ndr/ndr_misc.o |