summaryrefslogtreecommitdiff
path: root/src/grp-machine
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-07 03:26:41 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-07 03:26:41 -0400
commit826cd8f58443fc86d3ea61a4e49d29ee7abb8b1c (patch)
tree7937887cb81b197bdedb404534e6760537059607 /src/grp-machine
parent590eca26c13f4d704b2fc614e7ef49b600e6b5e0 (diff)
f
Diffstat (limited to 'src/grp-machine')
-rw-r--r--src/grp-machine/libmachine-core/Makefile2
-rw-r--r--src/grp-machine/nss-mymachines/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/grp-machine/libmachine-core/Makefile b/src/grp-machine/libmachine-core/Makefile
index 8c324808ca..de95c44f8e 100644
--- a/src/grp-machine/libmachine-core/Makefile
+++ b/src/grp-machine/libmachine-core/Makefile
@@ -33,7 +33,7 @@ libmachine_core_la_SOURCES = \
src/machine/image-dbus.h
libmachine_core_la_LIBADD = \
- $(topoutdir)/src/libshared/libshared.la
+ libshared.la
noinst_LTLIBRARIES += \
libmachine-core.la
diff --git a/src/grp-machine/nss-mymachines/Makefile b/src/grp-machine/nss-mymachines/Makefile
index e52c970be3..fa281407fb 100644
--- a/src/grp-machine/nss-mymachines/Makefile
+++ b/src/grp-machine/nss-mymachines/Makefile
@@ -38,7 +38,7 @@ libnss_mymachines_la_LDFLAGS = \
-Wl,--version-script=$(srcdir)/nss-mymachines.sym
libnss_mymachines_la_LIBADD = \
- $(topoutdir)/src/libsystemd/libsystemd-internal/libsystemd-internal.la
+ libsystemd-internal.la
lib_LTLIBRARIES += \
libnss_mymachines.la