diff options
author | Tom Gundersen <teg@jklm.no> | 2013-11-14 19:23:39 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-11-14 23:22:58 +0100 |
commit | b4f2a5b19718e63767e9e43db5b048caf4209b3f (patch) | |
tree | e78a3232464b3d87d8493d5c6b83f68d0478f9ad /Makefile.am | |
parent | 0927756b8d2d8040e5ac69f3bb05182b69939dc2 (diff) |
rtnl: add event loop integration
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f74982218f..b5a7a7ed54 100644 --- a/Makefile.am +++ b/Makefile.am @@ -646,6 +646,7 @@ test_rtnl_SOURCES = \ test_rtnl_LDADD = \ libsystemd-rtnl.la \ + libsystemd-bus.la \ libsystemd-shared.la tests += test-rtnl |