Skip to content
Snippets Groups Projects
Commit c29b0bcf authored by Lubos Slovak's avatar Lubos Slovak
Browse files

Fixed dnslib error messages.

- The file was not compiled at all.
- Had to rename it to dnslib-error.c, as it is impossible to have
  more source files with the same name in the project (Makefile
  issues).
parent 6f24faf0
Branches
Tags
No related merge requests found
......@@ -36,7 +36,7 @@ src/dnslib/dname.h
src/dnslib/dname.c
src/dnslib/rrset.h
src/dnslib/rrset.c
src/dnslib/error.c
src/dnslib/dnslib-error.c
src/dnslib/error.h
src/dnslib/rdata.h
src/dnslib/rdata.c
......
......@@ -118,6 +118,7 @@ libknot_la_SOURCES = \
knot/stat/gatherer.h \
knot/stat/stat.h \
dnslib/edns.c \
dnslib/dnslib-error.c \
dnslib/utils.c \
dnslib/rrset.c \
dnslib/dname.c \
......
File moved
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