summaryrefslogtreecommitdiff
path: root/source4/lib/com
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-06 21:36:24 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:52:20 -0500
commit86dda205623926e83d28a20d0b4d87ea1ac11824 (patch)
tree457f505ca49837241d87b818fcbd4a4f145e8f28 /source4/lib/com
parentce3032cab82fd66ddfd4d55d7cc242aff80be161 (diff)
downloadsamba-86dda205623926e83d28a20d0b4d87ea1ac11824.tar.gz
samba-86dda205623926e83d28a20d0b4d87ea1ac11824.tar.bz2
samba-86dda205623926e83d28a20d0b4d87ea1ac11824.zip
r13899: Get the shared library build building again. Just compiles for now,
but modules don't work yet.. (Run LIBRARY_OUTPUT_TYPE=SHARED_LIBRARY MODULE_OUTPUT_TYPE=SHARED_LIBRARY ./config.status) (This used to be commit ba74f24e422eda0379615f2ab39bef1e1e025ce7)
Diffstat (limited to 'source4/lib/com')
-rw-r--r--source4/lib/com/config.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/com/config.mk b/source4/lib/com/config.mk
index 12f0481b0f..6c668521a5 100644
--- a/source4/lib/com/config.mk
+++ b/source4/lib/com/config.mk
@@ -1,10 +1,12 @@
[SUBSYSTEM::COM]
+PRIVATE_PROTO_HEADER = com_proto.h
OBJ_FILES = \
tables.o \
rot.o \
main.o
[SUBSYSTEM::DCOM]
+PRIVATE_PROTO_HEADER = dcom_proto.h
OBJ_FILES = \
dcom/main.o \
dcom/tables.o