Forgot to add options.{c,h} to the Makefile.
This commit is contained in:
parent
6c1b2f7199
commit
08d70c68cf
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue