diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 4458615..963364d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -76,6 +76,8 @@ unittests_SOURCES = \ tests/knot/journal_tests.h \ tests/knot/server_tests.c \ tests/knot/server_tests.h \ + tests/knot/rrl_tests.c \ + tests/knot/rrl_tests.h \ tests/unittests_main.c unittests_libknot_realdata_SOURCES = \ @@ -215,6 +217,8 @@ libknot_la_SOURCES = \ libknot/tsig-op.c libknots_la_SOURCES = \ + common/hattrie/murmurhash3.c \ + common/hattrie/murmurhash3.h \ common/slab/slab.c \ common/slab/slab.h \ common/libtap/tap.c \ @@ -304,6 +308,8 @@ libknotd_la_SOURCES = \ knot/server/notify.h \ knot/server/notify.c \ knot/server/zones.h \ + knot/server/rrl.c \ + knot/server/rrl.h \ knot/zone/zone-load.c \ knot/zone/zone-load.h \ knot/zone/semantic-check.c \ |