diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-10-21 16:29:54 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:45:06 -0500 |
commit | 4c5a4a7e0288e9ac0b2f795befd5684059e4c429 (patch) | |
tree | e4ba25456c59c45b535225cae34228f69e3d0551 /source4/lib/com | |
parent | 568dd26ac783385c1c2a69a392f5a569ebdd13a2 (diff) | |
download | samba-4c5a4a7e0288e9ac0b2f795befd5684059e4c429.tar.gz samba-4c5a4a7e0288e9ac0b2f795befd5684059e4c429.tar.bz2 samba-4c5a4a7e0288e9ac0b2f795befd5684059e4c429.zip |
r11244: Relative path names in .mk files
(This used to be commit 24e10300906c380919d2d631bfb3b8fd6b3f54ba)
Diffstat (limited to 'source4/lib/com')
-rw-r--r-- | source4/lib/com/config.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/source4/lib/com/config.mk b/source4/lib/com/config.mk index 4c0377795c..dc4fe644c6 100644 --- a/source4/lib/com/config.mk +++ b/source4/lib/com/config.mk @@ -1,17 +1,17 @@ [SUBSYSTEM::COM] INIT_OBJ_FILES = \ - lib/com/tables.o \ - lib/com/rot.o \ - lib/com/main.o + tables.o \ + rot.o \ + main.o [SUBSYSTEM::DCOM] INIT_OBJ_FILES = \ - lib/com/dcom/main.o \ - lib/com/dcom/tables.o + dcom/main.o \ + dcom/tables.o REQUIRED_SUBSYSTEMS = COM DCOM_PROXY_DCOM RPC_NDR_REMACT \ RPC_NDR_OXIDRESOLVER [MODULE::com_simple] SUBSYSTEM = COM -INIT_OBJ_FILES = lib/com/classes/simple.o +INIT_OBJ_FILES = classes/simple.o INIT_FUNCTION = com_simple_init |