summaryrefslogtreecommitdiff
path: root/src/systemd-shutdown/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd-shutdown/Makefile')
-rw-r--r--src/systemd-shutdown/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/systemd-shutdown/Makefile b/src/systemd-shutdown/Makefile
index 1c5d529ca7..0695f3927d 100644
--- a/src/systemd-shutdown/Makefile
+++ b/src/systemd-shutdown/Makefile
@@ -20,6 +20,9 @@
#
# You should have received a copy of the GNU Lesser General Public License
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk
+include $(topsrcdir)/build-aux/Makefile.head.mk
+
systemd_shutdown_SOURCES = \
src/core/umount.c \
src/core/umount.h \
@@ -32,3 +35,4 @@ systemd_shutdown_SOURCES = \
systemd_shutdown_LDADD = \
libshared.la
+include $(topsrcdir)/build-aux/Makefile.tail.mk