diff options
author | Lukas Larsson <[email protected]> | 2014-05-09 18:04:24 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2014-05-09 18:04:24 +0200 |
commit | 3b85eee9540b49936d203978369c2a5d7bdd24c4 (patch) | |
tree | e4e6634677d05a1e260769a13d1cff6961f3c294 /erts/epmd/src/Makefile.in | |
parent | 1c817ecd054780551bcbe8b5a0e30bea2b3da04e (diff) | |
parent | 12cd5e5b394623fab9907622ad99163c5b9350e1 (diff) | |
download | otp-3b85eee9540b49936d203978369c2a5d7bdd24c4.tar.gz otp-3b85eee9540b49936d203978369c2a5d7bdd24c4.tar.bz2 otp-3b85eee9540b49936d203978369c2a5d7bdd24c4.zip |
Merge branch 'lukas/erts/autoconf-fixes/OTP-11921' into maint
* lukas/erts/autoconf-fixes/OTP-11921:
erts: Fix various autoconf issues
Diffstat (limited to 'erts/epmd/src/Makefile.in')
-rw-r--r-- | erts/epmd/src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/epmd/src/Makefile.in b/erts/epmd/src/Makefile.in index 8dc8dae5f6..0c7787a3b1 100644 --- a/erts/epmd/src/Makefile.in +++ b/erts/epmd/src/Makefile.in @@ -84,7 +84,7 @@ LD = @LD@ ifeq ($(findstring ose,$(TARGET)),ose) LIBS = $(ERTS_INTERNAL_LIBS) @LIBS@ else -LIBS = @LIBS@ $(ERTS_INTERNAL_LIBS) +LIBS = @LIBS@ @SYSTEMD_DAEMON_LIBS@ $(ERTS_INTERNAL_LIBS) endif LDFLAGS = @LDFLAGS@ |