From 4511e28baca960f9a732e600af6acbb242b22b91 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 6 Jun 2016 22:17:01 -0400 Subject: add missing at.depdirs --- src/libsystemd/libsystemd-internal/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libsystemd/libsystemd-internal') diff --git a/src/libsystemd/libsystemd-internal/Makefile b/src/libsystemd/libsystemd-internal/Makefile index fa95e07d76..5bb37fcd4b 100644 --- a/src/libsystemd/libsystemd-internal/Makefile +++ b/src/libsystemd/libsystemd-internal/Makefile @@ -126,6 +126,7 @@ _subdirs := $(notdir $(patsubst %/,%,$(dir $(call automake_sources,libsystemd-in automake_sources = $(addprefix $(outdir)/,$(notdir $($(automake_name)_SOURCES) $(nodist_$(automake_name)_SOURCES))) at.subdirs += $(_subdirs) +at.depdirs += $(topoutdir)/src/libbasic AM_CPPFLAGS += $(libsystemd.CPPFLAGS) AM_CPPFLAGS += $(libbasic.CPPFLAGS) -- cgit v1.2.3-54-g00ecf