mirror of
https://framagit.org/bortzmeyer/echoping
synced 2024-11-09 01:10:38 +00:00
7 lines
95 B
Makefile
7 lines
95 B
Makefile
if DNSBUILD
|
|
pkglib_LTLIBRARIES = dns.la
|
|
dns_la_SOURCES = dns.c
|
|
dns_la_LDFLAGS = -module
|
|
endif
|
|
|