summaryrefslogtreecommitdiff
path: root/src/libsystemd
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-02 03:27:43 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-02 03:27:43 -0400
commitb147631f3da51648e46d40b12fbbd411026e3779 (patch)
tree25e0e76939f5b48bd1bbb3e6fe41dedda60fa937 /src/libsystemd
parent9d58ee0c730429582fb1065455794cebcf90d8b3 (diff)
stuff
Diffstat (limited to 'src/libsystemd')
-rw-r--r--src/libsystemd/Makefile3
-rw-r--r--src/libsystemd/libsystemd-internal/Makefile2
2 files changed, 3 insertions, 2 deletions
diff --git a/src/libsystemd/Makefile b/src/libsystemd/Makefile
index 0efd098fb2..023623981f 100644
--- a/src/libsystemd/Makefile
+++ b/src/libsystemd/Makefile
@@ -274,5 +274,6 @@ test_libsystemd_sym_LDADD = \
libsystemd.la
$(eval $(value automake2autothing))
-at.subdirs += compat-libs libsystemd-internal libsystem-journal-internal
+at.subdirs += libsystemd-internal libsystemd-journal-internal
+#at.subdirs += compat-libs
include $(topsrcdir)/build-aux/Makefile.tail.mk
diff --git a/src/libsystemd/libsystemd-internal/Makefile b/src/libsystemd/libsystemd-internal/Makefile
index 3d65f0ea11..fa95e07d76 100644
--- a/src/libsystemd/libsystemd-internal/Makefile
+++ b/src/libsystemd/libsystemd-internal/Makefile
@@ -122,7 +122,7 @@ noinst_LTLIBRARIES += \
automake_sources = $(patsubst src/libsystemd/%,$(outdir)/%,$(filter %.c,$($(automake_name)_SOURCES) $(nodist_$(automake_name)_SOURCES)))
$(eval $(value automake2autothing))
-_subdirs := $(patsubst %/,%,$(dir $(call automake_sources,libsystemd-internal.la)))
+_subdirs := $(notdir $(patsubst %/,%,$(dir $(call automake_sources,libsystemd-internal.la))))
automake_sources = $(addprefix $(outdir)/,$(notdir $($(automake_name)_SOURCES) $(nodist_$(automake_name)_SOURCES)))
at.subdirs += $(_subdirs)