getdns/src/Makefile.am

9 lines
332 B
Makefile
Raw Normal View History

2013-08-15 09:54:30 -05:00
SUBDIRS = . getdns example test
2013-08-15 09:16:15 -05:00
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 \
2013-08-15 11:33:05 -05:00
service.c sync.c validate_dnssec.c \
request-internal.c nameserver-internal.c \
util-internal.c