diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-18 20:30:46 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-18 20:30:46 +0200 |
commit | 333c169529a3f64a28fcaff1056069867fd56a90 (patch) | |
tree | 241834eb6c5e01dcdb3c20949185f7113be8af38 /source4/lib/stream | |
parent | 6a319288697c9fd6fba10d7363797f9076f993ce (diff) | |
download | samba-333c169529a3f64a28fcaff1056069867fd56a90.tar.gz samba-333c169529a3f64a28fcaff1056069867fd56a90.tar.bz2 samba-333c169529a3f64a28fcaff1056069867fd56a90.zip |
Use variables for source directory in remaining subsystems.
(This used to be commit 6b6b2196a8a8d9e741f5c399185ded7a16938da0)
Diffstat (limited to 'source4/lib/stream')
-rw-r--r-- | source4/lib/stream/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/stream/config.mk b/source4/lib/stream/config.mk index 52c8525483..56d117e7bd 100644 --- a/source4/lib/stream/config.mk +++ b/source4/lib/stream/config.mk @@ -1,4 +1,4 @@ [SUBSYSTEM::LIBPACKET] PRIVATE_DEPENDENCIES = LIBTLS -LIBPACKET_OBJ_FILES = lib/stream/packet.o +LIBPACKET_OBJ_FILES = $(libstreamsrcdir)/packet.o |