summaryrefslogtreecommitdiff
path: root/source4/lib/com
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-17 22:17:15 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:52 +1000
commitb7cc6d48d5664aa83951c31fbdaabfb839f1b420 (patch)
tree68e8f7e91b74a463a16d2b86992b034a9af9856b /source4/lib/com
parent365f29136fa0410ca92f17b4595cd5c51b38697c (diff)
downloadsamba-b7cc6d48d5664aa83951c31fbdaabfb839f1b420.tar.gz
samba-b7cc6d48d5664aa83951c31fbdaabfb839f1b420.tar.bz2
samba-b7cc6d48d5664aa83951c31fbdaabfb839f1b420.zip
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_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/com/wscript_build b/source4/lib/com/wscript_build
index 60ab5378ec..d836904c16 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'
)