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

Source files reorganization.

- Sources separated according to the future compilation modules:
  - src/knot/ contains all sources related to server (compiles into
    knotc and knotd)
  - src/alloc/ contains sources of slab allocator (may be compiled
    into standalone library).
  - src/dnslib/ contains dnslib sources (may be compiled as
    standalone library).
  - src/tests/ contains unittests (compiles into unittests).
  - src/zoneparser/ contains sources of zone compiler (compiles
    into knot-zcompile).

TODO: Need to refactor makefile to separate the compilation of
      these modules. However, unittests still depend on all
      modules.

refs #400
parent 31bece7b
No related branches found
No related tags found
No related merge requests found
Showing with 125 additions and 125 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment