diff options
author | cbdev <cb@cbcdn.com> | 2020-04-11 18:40:39 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2020-04-11 18:40:39 +0200 |
commit | b53092ac95fa25d0e6e4e4fc3de9531f43038c4f (patch) | |
tree | 8f0c94ca2aef6e1ad33ed1fe84bc18dd598ad9db /backends/Makefile | |
parent | c52f3d7f48daaaed52277363beb8325e67d67469 (diff) | |
download | midimonster-b53092ac95fa25d0e6e4e4fc3de9531f43038c4f.tar.gz midimonster-b53092ac95fa25d0e6e4e4fc3de9531f43038c4f.tar.bz2 midimonster-b53092ac95fa25d0e6e4e4fc3de9531f43038c4f.zip |
Use local interface addresses for mDNS announce
Diffstat (limited to 'backends/Makefile')
-rw-r--r-- | backends/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/Makefile b/backends/Makefile index c19d9dd..1e66995 100644 --- a/backends/Makefile +++ b/backends/Makefile @@ -48,7 +48,7 @@ maweb.dll: CFLAGS += -DMAWEB_NO_LIBSSL rtpmidi.so: ADDITIONAL_OBJS += $(BACKEND_LIB) rtpmidi.dll: ADDITIONAL_OBJS += $(BACKEND_LIB) -rtpmidi.dll: LDLIBS += -lws2_32 +rtpmidi.dll: LDLIBS += -lws2_32 -liphlpapi winmidi.dll: ADDITIONAL_OBJS += $(BACKEND_LIB) winmidi.dll: LDLIBS += -lwinmm -lws2_32 |