Skip to content
Snippets Groups Projects
Commit a7fa0ed5 authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Updated file list.

parent 9bfdb33b
Branches
Tags
No related merge requests found
......@@ -168,12 +168,11 @@ src/libknot/nameserver/chaos.c
src/libknot/nameserver/chaos.h
src/libknot/nameserver/name-server.c
src/libknot/nameserver/name-server.h
src/libknot/packet/packet.c
src/libknot/packet/packet.h
src/libknot/packet/query.c
src/libknot/packet/query.h
src/libknot/packet/response.c
src/libknot/packet/response.h
src/libknot/packet/compr.c
src/libknot/packet/compr.h
src/libknot/packet/pkt.c
src/libknot/packet/pkt.h
src/libknot/packet/wire.h
src/libknot/rdata.h
src/libknot/rrset-dump.c
src/libknot/rrset-dump.h
......@@ -286,3 +285,5 @@ tests/tap/macros.h
tests/wire.c
tests/zonedb.c
tests/ztree.c
tests/pkt.c
tests/ns.c
......@@ -100,14 +100,12 @@ libknot_la_SOURCES = \
libknot/util/utils.h \
libknot/util/tolower.h \
libknot/util/tolower.c \
libknot/util/wire.h \
libknot/util/endian.h \
libknot/packet/query.c \
libknot/packet/response.c \
libknot/packet/packet.c \
libknot/packet/packet.h \
libknot/packet/query.h \
libknot/packet/response.h \
libknot/packet/pkt.c \
libknot/packet/pkt.h \
libknot/packet/compr.c \
libknot/packet/compr.h \
libknot/packet/wire.h \
libknot/zone/zone.c \
libknot/zone/zone-contents.c \
libknot/zone/zone-tree.c \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment