diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-11-06 22:30:35 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-11-06 23:03:12 +0100 |
commit | 175a3d25d0e8596d4ba0759aea3f89ee228e7d6d (patch) | |
tree | 95f09c22413d3109170fe0098ae1bdc1741c6354 /Makefile.am | |
parent | eceb8483e5a02e8e337486b89719a3b99cfcb7ce (diff) |
active: rework make_socket_fd() to be based on socket_address_listen()
Among other things this makes sure we set SO_REUSEADDR which is
immensely useful.
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 afae87a97c..d0366c96d3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2859,6 +2859,7 @@ systemd_activate_SOURCES = \ src/activate/activate.c systemd_activate_LDADD = \ + libsystemd-label.la \ libsystemd-shared.la \ libsystemd-daemon.la |