]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
updated header list
authorMiek Gieben <miekg@NLnetLabs.nl>
Mon, 2 May 2005 13:32:31 +0000 (13:32 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Mon, 2 May 2005 13:32:31 +0000 (13:32 +0000)
Makefile.in

index 45dfa378346190e072f054549e2df0421aff6a9e..b1e77d5eea48c2501e95f50bd725aad909c8a6c6 100644 (file)
@@ -30,7 +30,7 @@ LIBDNS_SOURCES        =       rdata.c util.c rr.c packet.c wire2host.c \
                        higher.c rr_functions.c parse.c error.c
 LIBDNS_HEADERS =       ldns/error.h            \
                        ldns/packet.h           \
-                       ldns/prototype.h        \
+                       ldns/common.h           \
                        ldns/rdata.h            \
                        ldns/rr.h               \
                        ldns/wire2host.h        \
@@ -45,6 +45,8 @@ LIBDNS_HEADERS        =       ldns/error.h            \
                        ldns/keys.h             \
                        ldns/higher.h           \
                        ldns/parse.h            \
+                       ldns/rr_functions.h     \
+                       ldns/dns.h              \
                        util.h
 PROG_SOURCES   =       mx.c chaos.c
 PROG_TARGETS   =       $(PROG_SOURCES:.c=)