summaryrefslogtreecommitdiff
path: root/source4/lib/stream/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/stream/config.mk')
-rw-r--r--source4/lib/stream/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/stream/config.mk b/source4/lib/stream/config.mk
index 18ba0d077b..39e7bc739d 100644
--- a/source4/lib/stream/config.mk
+++ b/source4/lib/stream/config.mk
@@ -2,7 +2,7 @@
################################################
# Start SUBSYSTEM LIBPACKET
[SUBSYSTEM::LIBPACKET]
-OBJ_FILES = \
- packet.o
+OBJ_FILES = packet.o
+PRIVATE_DEPENDENCIES = LIBTLS
# End SUBSYSTEM LIBPACKET
################################################