From 08d70c68cf082a45857515c5f64bb4d49afbecb3 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Mon, 9 Mar 2015 20:24:57 +0100 Subject: [PATCH] Forgot to add options.{c,h} to the Makefile. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index e889c93..f373ec2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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