From 7e3290b73ee989e73e8bdddd3b1c7643077a9c1e Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 26 Oct 2016 22:38:16 -0400 Subject: add missing stub Makefiles --- Makefile.am | 12 ++++++++++++ tools/notsd-move | 2 -- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index f8d6d62a6b..db99e0b403 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6820,16 +6820,28 @@ sd.CPPFLAGS += $(libsystemd-network.CPPFLAGS) #@src/grp-initprogs/Makefile #@src/grp-initprogs/grp-sleep/Makefile #@src/grp-journal/grp-remote/Makefile +#@src/grp-journal/grp-remote/libsystemd-microhttpd/Makefile +#@src/grp-journal/grp-remote/libsystemd-microhttpd/src/Makefile +#@src/grp-journal/libjournal-core/src/Makefile #@src/grp-locale/Makefile #@src/grp-machine/Makefile #@src/grp-machine/grp-import/Makefile #@src/grp-machine/grp-import/libimport/Makefile +#@src/grp-machine/libmachine-core/src/Makefile #@src/grp-resolve/Makefile #@src/grp-resolve/libbasic-dns/Makefile +#@src/grp-resolve/libbasic-dns/src/Makefile +#@src/grp-resolve/libbasic-dns/test/Makefile #@src/grp-system/Makefile #@src/grp-system/grp-utils/Makefile +#@src/grp-system/libcore/src/Makefile #@src/grp-timedate/Makefile #@src/grp-utils/Makefile +#@src/libsystemd-firewall/src/Makefile +#@src/libsystemd-gcrypt/Makefile +#@src/libsystemd-gcrypt/src/Makefile +#@src/libsystemd/src/sd-bus/Makefile +#@src/libsystemd/src/sd-hwdb/Makefile #@src/libudev/Makefile #@all diff --git a/tools/notsd-move b/tools/notsd-move index 50be86f623..ba021ac5f1 100755 --- a/tools/notsd-move +++ b/tools/notsd-move @@ -766,14 +766,12 @@ breakup_makefile() ( src/grp-udev/libudev-core/Makefile ln -sT ../subdir.mk src/libsystemd/src/sd-network/Makefile - ln -sT ../subdir.mk src/libsystemd/src/sd-bus/Makefile ln -sT ../subdir.mk src/libsystemd/src/sd-event/Makefile ln -sT ../subdir.mk src/libsystemd/src/sd-login/Makefile ln -sT ../subdir.mk src/libsystemd/src/sd-resolve/Makefile ln -sT ../subdir.mk src/libsystemd/src/sd-daemon/Makefile ln -sT ../subdir.mk src/libsystemd/src/sd-netlink/Makefile ln -sT ../subdir.mk src/libsystemd/src/sd-id128/Makefile - ln -sT ../subdir.mk src/libsystemd/src/sd-hwdb/Makefile ln -sT ../subdir.mk src/libsystemd/src/sd-device/Makefile ) -- cgit v1.2.3-54-g00ecf