mirror of
https://framagit.org/bortzmeyer/echoping
synced 2024-11-03 03:40:33 +00:00
5 lines
74 B
Makefile
5 lines
74 B
Makefile
|
lib_LTLIBRARIES = dns.la
|
||
|
dns_la_SOURCES = dns.c
|
||
|
dns_la_LDFLAGS = -module
|
||
|
|