mirror of https://github.com/getdnsapi/getdns.git
9 lines
332 B
Makefile
9 lines
332 B
Makefile
SUBDIRS = . getdns example test
|
|
AM_CPPFLAGS = -Wall -Werror -g -fPIC -I$(srcdir)/ -I /usr/local/include -std=c99
|
|
lib_LTLIBRARIES = libgetdns.la
|
|
libgetdns_la_SOURCES = context.c convert.c \
|
|
dict.c general.c hostname.c list.c \
|
|
service.c sync.c validate_dnssec.c \
|
|
request-internal.c nameserver-internal.c \
|
|
util-internal.c
|