summaryrefslogtreecommitdiff
path: root/shared/n-acd
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-02-06 08:16:35 +0100
committerThomas Haller <thaller@redhat.com>2019-02-06 08:40:42 +0100
commitf6b6daa46310faea5d39399e83a43588f5d5d838 (patch)
treec0a9c6852817b163574a572c98af7b17756884cc /shared/n-acd
parenta3fe99bee7a42c182031777624e1fa164ffd00c0 (diff)
downloadNetworkManager-f6b6daa46310faea5d39399e83a43588f5d5d838.tar.gz
shared/n-acd: minor change to make sources identical to upsteam
Partly revert the change from 35171b3c3f850a9136e48d12ead389ee80842268. It's not our place to patch sources that we import via git-subtree.
Diffstat (limited to 'shared/n-acd')
-rw-r--r--shared/n-acd/src/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/n-acd/src/meson.build b/shared/n-acd/src/meson.build
index 16726ac9d2..0a405f9c4d 100644
--- a/shared/n-acd/src/meson.build
+++ b/shared/n-acd/src/meson.build
@@ -46,7 +46,7 @@ libnacd_shared = shared_library(
link_depends: libnacd_symfile,
link_args: [
'-Wl,--no-undefined',
- '-Wl,--version-script=@0@'.format(libnacd_symfile),
+ '-Wl,--version-script=@0@'.format(libnacd_symfile)
],
)