Fix make distcheck
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 29 Nov 2016 14:43:22 +0000 (15:43 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 29 Nov 2016 14:43:22 +0000 (15:43 +0100)
commit88a030db20ff8dfa161fa10dd1d7fb1cf3f18bda
treef7bc28fae243cc249dffb264fd47d3fd5884cb90
parent2e632b0929fb957fd686231658bc2999fdfb4b20
Fix make distcheck

This was broken by 1d888f3
14 files changed:
src/Makefile.am
src/daemon/Makefile.am
src/daemon/utils_match.c [deleted file]
src/daemon/utils_match.h [deleted file]
src/daemon/utils_tail.c [deleted file]
src/daemon/utils_tail.h [deleted file]
src/daemon/utils_tail_match.c [deleted file]
src/daemon/utils_tail_match.h [deleted file]
src/utils_match.c [new file with mode: 0644]
src/utils_match.h [new file with mode: 0644]
src/utils_tail.c [new file with mode: 0644]
src/utils_tail.h [new file with mode: 0644]
src/utils_tail_match.c [new file with mode: 0644]
src/utils_tail_match.h [new file with mode: 0644]