summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-11-22 18:21:48 +0100
committerThomas Haller <thaller@redhat.com>2016-11-24 15:59:27 +0100
commit063bacdb842ad4f0ff5ece78a23b9fc7efa340c5 (patch)
tree95045b62292c4e2093e642ac2cc989f548869644
parentd38e5c3b38db81f354e1674a412dd9f5ac46cf2a (diff)
downloadNetworkManager-063bacdb842ad4f0ff5ece78a23b9fc7efa340c5.tar.gz
build: drop $(top_builddir) for referring to libnm/libnm.la
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 48315efc0b..7290495f89 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -889,7 +889,7 @@ libnm_tests_cppflags = \
-DTEST_NM_SERVICE=\"$(abs_top_srcdir)/tools/test-networkmanager-service.py\"
libnm_tests_ldadd = \
- $(top_builddir)/libnm/libnm.la \
+ libnm/libnm.la \
$(GLIB_LIBS)
libnm_tests_test_nm_client_CPPFLAGS = $(libnm_tests_cppflags)
@@ -3547,7 +3547,7 @@ libnm_util_tests_test_setting_dcb_LDADD = $(libnm_util_tests_ldadd)
libnm_util_tests_test_libnm_linking_CPPFLAGS = $(libnm_util_tests_cppflags)
libnm_util_tests_test_libnm_linking_LDADD = \
- $(top_builddir)/libnm/libnm.la \
+ libnm/libnm.la \
$(libnm_util_tests_ldadd)
###############################################################################