added getdns_error.[ch]

This commit is contained in:
Melinda Shore 2013-09-22 11:30:16 -08:00
parent 2316b6e27b
commit 61ca5e4b52
2 changed files with 2 additions and 2 deletions

View File

@ -5,4 +5,4 @@ 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
util-internal.c getdns_error.c

View File

@ -1 +1 @@
pkginclude_HEADERS = getdns.h
pkginclude_HEADERS = getdns.h getdns_error.h