]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
client: move sources into separate directory
authorPetr Špaček <petr.spacek@nic.cz>
Fri, 1 Dec 2017 13:00:36 +0000 (14:00 +0100)
committerPetr Špaček <petr.spacek@nic.cz>
Fri, 1 Dec 2017 13:04:17 +0000 (14:04 +0100)
commit2ee4c7764ac86cccea91df4fcf7f6bf12d4ee67f
treee3d25011c09dc258f7cd2576295c5f6a829ab597
parentf97421276087f93b0e48e0313703fcc3ddfb52b1
client: move sources into separate directory

Let's not mix daemon and client files as client might grow to multiple
files in future. This will also help with upcomming changes to packaging
scripts.
.gitignore
Makefile
client/client.mk [new file with mode: 0644]
client/kresc.c [moved from daemon/kresc.c with 100% similarity]
daemon/daemon.mk