From 362dc8fb1db8413dca7062b07ed0e5d7ed4b439e Mon Sep 17 00:00:00 2001 From: Jan Vcelak <jan.vcelak@nic.cz> Date: Mon, 13 Oct 2014 21:15:16 +0200 Subject: [PATCH] add missing libknot/naptr.h into the makefile --- src/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index a3166df85e..90cc7edf78 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -178,16 +178,17 @@ libknot_la_SOURCES = \ libknot/packet/wire.h \ libknot/processing/process.c \ libknot/processing/process.h \ - libknot/rrtype/rdname.h \ libknot/rrtype/dnskey.h \ + libknot/rrtype/naptr.h \ + libknot/rrtype/nsec.h \ libknot/rrtype/nsec.h \ libknot/rrtype/nsec3.c \ libknot/rrtype/nsec3.h \ - libknot/rrtype/nsec3param.h \ libknot/rrtype/nsec3param.c \ - libknot/rrtype/nsec.h \ + libknot/rrtype/nsec3param.h \ libknot/rrtype/opt.c \ libknot/rrtype/opt.h \ + libknot/rrtype/rdname.h \ libknot/rrtype/rrsig.h \ libknot/rrtype/soa.h \ libknot/rrtype/tsig.c \ -- GitLab