summaryrefslogtreecommitdiff
path: root/src/libsystemd-network
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-09-12 18:11:31 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-09-12 18:11:31 -0400
commit8551be2becc2ae384037fd92427bd6f1527e1039 (patch)
tree5ddd96690f4483ff5e34e519112d1272f16f740b /src/libsystemd-network
parent6613132ae4a8e1232760949f39f32003ba857bd9 (diff)
./tools/notsd-fixup **/Makefile
Diffstat (limited to 'src/libsystemd-network')
-rw-r--r--src/libsystemd-network/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libsystemd-network/Makefile b/src/libsystemd-network/Makefile
index afd9224056..8ba25db413 100644
--- a/src/libsystemd-network/Makefile
+++ b/src/libsystemd-network/Makefile
@@ -23,5 +23,7 @@
include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk
include $(topsrcdir)/build-aux/Makefile.head.mk
-nested.subdirs += src test
+nested.subdirs += src
+nested.subdirs += test
+
include $(topsrcdir)/build-aux/Makefile.tail.mk