From 3068969b517f2a9b04ebfc5a395d319d1491ee06 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Wed, 24 Mar 1999 00:58:25 +0000 Subject: [PATCH] *** empty log message *** --- configure.in | 2 +- examples/.cvsignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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