Add missing files to Makefile.am

This commit is contained in:
ChangZhuo Chen (陳昌倬) 2014-05-18 13:52:56 +08:00
parent 1f1faff8b0
commit 21c31b37b7
2 changed files with 18 additions and 0 deletions

View file

@ -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)

View file

@ -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