summaryrefslogtreecommitdiff
path: root/src/grp-machine
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-07 01:40:27 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-07 01:40:27 -0400
commitea1c03eb779c4f9f642540f5d01a01c6be6a0831 (patch)
tree1dd024d5abe663128efe5c8cd8c14b46afeaf870 /src/grp-machine
parent9d1d4f6521eaba2c1931a9370b0ac997c381e0db (diff)
stuff
Diffstat (limited to 'src/grp-machine')
-rw-r--r--src/grp-machine/libmachine-core/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/grp-machine/libmachine-core/Makefile b/src/grp-machine/libmachine-core/Makefile
index 7dc9d419b6..e7583cb4c9 100644
--- a/src/grp-machine/libmachine-core/Makefile
+++ b/src/grp-machine/libmachine-core/Makefile
@@ -20,7 +20,7 @@
#
# 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 $(dir $(lastword $(MAKEFILE_LIST)))/../../../config.mk
include $(topsrcdir)/build-aux/Makefile.head.mk
libmachine_core_la_SOURCES = \
@@ -33,7 +33,7 @@ libmachine_core_la_SOURCES = \
src/machine/image-dbus.h
libmachine_core_la_LIBADD = \
- libshared.la
+ $(topoutdir)/src/libshared/libshared.la
noinst_LTLIBRARIES += \
libmachine-core.la
@@ -48,4 +48,8 @@ tests += \
test-machine-tables
$(eval $(value automake2autothing))
+at.depdirs += $(topoutdir)/src/libsystemd/libsystemd-internal
+AM_CPPFLAGS += $(libshared.CPPFLAGS)
+AM_CPPFLAGS += $(libbasic.CPPFLAGS)
+AM_CPPFLAGS += -I$(topsrcdir)/src/libsystemd/libsystemd-internal/sd-bus
include $(topsrcdir)/build-aux/Makefile.tail.mk