Add missing files to Makefile.am
This commit is contained in:
parent
1f1faff8b0
commit
21c31b37b7
2 changed files with 18 additions and 0 deletions
10
Makefile.am
10
Makefile.am
|
@ -13,3 +13,13 @@ r3_include_HEADERS = \
|
|||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = r3.pc
|
||||
|
||||
EXTRA_DIST = \
|
||||
autogen.sh \
|
||||
bench.html \
|
||||
demo.c \
|
||||
gen_routes.rb \
|
||||
HACKING.md \
|
||||
LICENSE \
|
||||
README.md \
|
||||
$(NULL)
|
||||
|
|
|
@ -6,6 +6,14 @@
|
|||
# endif
|
||||
TESTS = check_tree
|
||||
|
||||
noinst_HEADERS = \
|
||||
bench.h \
|
||||
$(NULL)
|
||||
|
||||
dist_noinst_DATA = \
|
||||
bench_str.csv \
|
||||
$(NULL)
|
||||
|
||||
if ENABLE_GRAPHVIZ
|
||||
TESTS += check_gvc
|
||||
check_gvc_SOURCES = check_gvc.c bench.c
|
||||
|
|
Loading…
Reference in a new issue