Forgot to add options.{c,h} to the Makefile.

This commit is contained in:
Snaipe 2015-03-09 20:24:57 +01:00
parent 6c1b2f7199
commit 08d70c68cf

View file

@ -29,6 +29,7 @@ subdirinclude_HEADERS = \
include/criterion/event.h \
include/criterion/hooks.h \
include/criterion/logging.h \
include/criterion/options.h \
include/criterion/stats.h
libcriterion_la_SOURCES = \
@ -43,4 +44,5 @@ libcriterion_la_SOURCES = \
src/stats.c \
src/stats.h \
src/logging.c \
src/options.c \
src/main.c