Skip to content
Snippets Groups Projects
Commit 19f14f5c authored by Ondřej Surý's avatar Ondřej Surý
Browse files

Fix sample_conf.c generation from tests/Makefile.inc

parent 7fab9e92
No related branches found
No related tags found
No related merge requests found
......@@ -57,4 +57,4 @@ EXTRA_DIST = tests/data tests/TESTS
dist_check_SCRIPTS = tests/resource.sh
tests/sample_conf.c: tests/data/sample_conf
$(abs_top_srcdir)/tests/resource.sh tests/data/sample_conf >$@
$(abs_top_srcdir)/tests/resource.sh $(abs_top_srcdir)/tests/data/sample_conf >$@
extern const unsigned sample_conf_rc_size;
extern const char sample_conf_rc[];
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