haesbaert / mdnsd

Mdns daemon for OpenBSD.
www.haesbaert.org/openmdns
135 stars 27 forks source link

Move mdnsl into a static libmdns library #18

Closed bluerise closed 6 years ago

bluerise commented 7 years ago

This moves mdnsl around so mdnsctl and mdnsd use the same library. Due to build infrastructure constraints (using objdirs), there needs to be an ifdef to use the correct library path to link to.

This diff does not do anything more to establish a library but move the file around and create libmdns.a.