diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-06 22:17:01 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-06 22:17:01 -0400 |
commit | 4511e28baca960f9a732e600af6acbb242b22b91 (patch) | |
tree | 7017d45e0f04fc1b65785ac96c4653db6a8f628f /src/libsystemd | |
parent | fc40cbe071d8952a5de324d3cfd34ecd63ae4bac (diff) |
add missing at.depdirs
Diffstat (limited to 'src/libsystemd')
-rw-r--r-- | src/libsystemd/libsystemd-internal/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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) |