Skip to content
Snippets Groups Projects
Commit 7de98697 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

Makefile: resolve some distcheck issues

parent 5f582715
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ LDADD = \
tests_zscanner_tool_SOURCES = \
tests/zscanner-tool.c \
tests/tests.h \
tests/tests.c \
tests/processing.h \
tests/processing.c
......
......@@ -46,6 +46,6 @@ dist_check_SCRIPTS = resource.sh
conf_SOURCES = conf.c sample_conf.h
nodist_conf_SOURCES = sample_conf.c
CLEANFILES = sample_conf.c
CLEANFILES = sample_conf.c runtests.log
sample_conf.c: data/sample_conf
$(abs_srcdir)/resource.sh $(abs_srcdir)/data/sample_conf >$@
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