diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-17 22:17:15 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:52 +1000 |
commit | b7cc6d48d5664aa83951c31fbdaabfb839f1b420 (patch) | |
tree | 68e8f7e91b74a463a16d2b86992b034a9af9856b /source4/lib/com | |
parent | 365f29136fa0410ca92f17b4595cd5c51b38697c (diff) | |
download | samba-b7cc6d48d5664aa83951c31fbdaabfb839f1b420.tar.gz |
build: teach samba_pild.py about the --com-header and --dcom-proxy options
Diffstat (limited to 'source4/lib/com')
-rw-r--r-- | source4/lib/com/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/com/wscript_build b/source4/lib/com/wscript_build index 60ab5378ec0..d836904c166 100644 --- a/source4/lib/com/wscript_build +++ b/source4/lib/com/wscript_build @@ -1,6 +1,6 @@ bld.SAMBA_SUBSYSTEM('COM', source='tables.c rot.c main.c', - deps='LIBSAMBA-UTIL LIBSAMBA-HOSTCONFIG LIBEVENTS LIBNDR' + deps='LIBSAMBA-UTIL LIBSAMBA-HOSTCONFIG LIBEVENTS LIBNDR PIDL_DCOM' ) |