r3/Makefile.am

27 lines
408 B
Makefile
Raw Permalink Normal View History

2014-05-16 18:37:30 -04:00
SUBDIRS=src tests
2014-05-16 23:23:01 -04:00
2014-05-17 03:30:25 -04:00
ACLOCAL_AMFLAGS=-I m4
2014-05-16 23:23:01 -04:00
r3_includedir = $(includedir)/r3
r3_include_HEADERS = \
include/r3.h \
include/r3_define.h \
include/r3_list.h \
2014-05-16 23:23:01 -04:00
include/r3_str.h \
include/str_array.h \
include/zmalloc.h \
2014-05-16 23:23:01 -04:00
$(NULL)
2014-05-16 23:35:45 -04:00
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = r3.pc
2014-05-18 01:52:56 -04:00
EXTRA_DIST = \
autogen.sh \
bench.html \
demo.c \
gen_routes.rb \
HACKING.md \
LICENSE \
README.md \
$(NULL)