summaryrefslogtreecommitdiff
path: root/src/network
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2017-04-26 18:57:18 +0200
committerMichael Biebl <biebl@debian.org>2017-04-26 18:58:40 +0200
commit1697c8cde45d76b2e35f728d0769c4a849db21e6 (patch)
tree6d0507ec2dd3589afaeeed6d42be380387dd0ed4 /src/network
parent6385cb31ef443be3e0d6da5ea62a267a49174688 (diff)
meson: drop libiptc link dependencies from libshared
The only place where libiptc is needed is in libfirewall, which already takes care of linking against libiptc.
Diffstat (limited to 'src/network')
-rw-r--r--src/network/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/meson.build b/src/network/meson.build
index 94bbb156aa..4d76902ef1 100644
--- a/src/network/meson.build
+++ b/src/network/meson.build
@@ -130,7 +130,7 @@ if conf.get('ENABLE_NETWORKD', 0) == 1
libsystemd_network,
libshared,
libfirewall],
- [libiptc]],
+ []],
[['src/network/test-network-tables.c',
'src/network/test-network-tables.c',