diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-04-14 17:22:58 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-04-14 17:22:58 +0200 |
commit | e9017ba418202b4b191c5a9ad4a96857558ce606 (patch) | |
tree | 7a5069a59fde6de060a8946fa1b04a22333b3078 /source4/lib/stream | |
parent | ffc5cbfe803326a1c3bf55684717af910d091c5a (diff) | |
download | samba-e9017ba418202b4b191c5a9ad4a96857558ce606.tar.gz samba-e9017ba418202b4b191c5a9ad4a96857558ce606.tar.bz2 samba-e9017ba418202b4b191c5a9ad4a96857558ce606.zip |
Use _OBJ_FILES variables in a couple more places.
(This used to be commit 92856d5054106894b65cd1a1b5119c0facfc4cff)
Diffstat (limited to 'source4/lib/stream')
-rw-r--r-- | source4/lib/stream/config.mk | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/source4/lib/stream/config.mk b/source4/lib/stream/config.mk index 39e7bc739d..52c8525483 100644 --- a/source4/lib/stream/config.mk +++ b/source4/lib/stream/config.mk @@ -1,8 +1,4 @@ - -################################################ -# Start SUBSYSTEM LIBPACKET [SUBSYSTEM::LIBPACKET] -OBJ_FILES = packet.o PRIVATE_DEPENDENCIES = LIBTLS -# End SUBSYSTEM LIBPACKET -################################################ + +LIBPACKET_OBJ_FILES = lib/stream/packet.o |