diff options
author | Thomas Haller <thaller@redhat.com> | 2016-04-19 13:04:29 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2016-04-19 13:08:13 +0200 |
commit | 3f230c1ad8252c62745b5e92a137482cbac10b10 (patch) | |
tree | 84b413c145856d49b26a80f73034280288286eb0 /src/Makefile.am | |
parent | a5f794ac0fcba47004ba23027dda108db1419284 (diff) | |
parent | 38abb711f52e4dfde57923721c9eefe42579e196 (diff) | |
download | NetworkManager-3f230c1ad8252c62745b5e92a137482cbac10b10.tar.gz |
merge: merge branch 'systemd' into master
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 95e4c508de..e567fe0a7c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -107,6 +107,7 @@ libsystemd_nm_la_SOURCES = \ systemd/src/basic/random-util.h \ systemd/src/basic/refcnt.h \ systemd/src/basic/set.h \ + systemd/src/basic/signal-util.h \ systemd/src/basic/siphash24.c \ systemd/src/basic/siphash24.h \ systemd/src/basic/socket-util.c \ |