diff options
author | David Disseldorp <ddiss@suse.de> | 2011-03-07 15:32:02 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2011-03-16 15:52:21 +0100 |
commit | 9ea602741934f4e546147fa238332644e8e9f316 (patch) | |
tree | 8766cbddc1d895292ca4b8d3bb098694ad42f24a /librpc/wscript_build | |
parent | e084edc16ea909d99453ef7663e0f5ada081fe22 (diff) | |
download | samba-9ea602741934f4e546147fa238332644e8e9f316.tar.gz samba-9ea602741934f4e546147fa238332644e8e9f316.tar.bz2 samba-9ea602741934f4e546147fa238332644e8e9f316.zip |
idl: define printcap IPC message format
Signed-off-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'librpc/wscript_build')
-rw-r--r-- | librpc/wscript_build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/librpc/wscript_build b/librpc/wscript_build index e8bc163f59..ce78cb6767 100644 --- a/librpc/wscript_build +++ b/librpc/wscript_build @@ -100,6 +100,11 @@ bld.SAMBA_SUBSYSTEM('NDR_SPOOLSS_BUF', deps='talloc' ) +bld.SAMBA_SUBSYSTEM('NDR_PRINTCAP', + source='gen_ndr/ndr_printcap.c', + public_deps='ndr' + ) + bld.SAMBA_SUBSYSTEM('NDR_EPMAPPER', source='gen_ndr/ndr_epmapper.c', public_deps='ndr' |