diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-12 18:11:31 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-12 18:11:31 -0400 |
commit | 8551be2becc2ae384037fd92427bd6f1527e1039 (patch) | |
tree | 5ddd96690f4483ff5e34e519112d1272f16f740b /src/libsystemd-network | |
parent | 6613132ae4a8e1232760949f39f32003ba857bd9 (diff) |
./tools/notsd-fixup **/Makefile
Diffstat (limited to 'src/libsystemd-network')
-rw-r--r-- | src/libsystemd-network/Makefile | 4 |
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 |