diff --git a/configure.in b/configure.in index 554152e7..7f979ad5 100644 --- a/configure.in +++ b/configure.in @@ -147,7 +147,7 @@ else fi if test "x$enable_static" != xno; then - static_targets="first_static second_static mountlist_static procmap_static netload_static sysdeps_static $guile_static_examples $smp_static_examples" + static_targets="first_static second_static mountlist_static procmap_static netload_static sysdeps_static timings_static $guile_static_examples $smp_static_examples" else static_targets="" fi diff --git a/examples/.cvsignore b/examples/.cvsignore index 775d7214..31e727eb 100644 --- a/examples/.cvsignore +++ b/examples/.cvsignore @@ -13,3 +13,4 @@ second_static second_linux smp_static sysdeps_static netload_static procmap_static mountlist_static smp sysdeps netload procmap mountlist +timings timings_static