summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2009-04-12 12:39:30 +0200
committerDamien Lespiau <damien.lespiau@intel.com>2009-04-12 12:40:16 +0200
commiteaeb5b2ec4ee64178559af1afb3a2e3b15c94d27 (patch)
tree43b4ef3b816a89fc8edea138fa38e3a37b27f3b5
parent6a64c0aa1a42697be120c8c813675b9e9b5a5b65 (diff)
While not working, put the right shave script in AC_CONFIG_FILES
-rw-r--r--test-flat-nolt/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-flat-nolt/configure.ac b/test-flat-nolt/configure.ac
index fcea7e0..6090868 100644
--- a/test-flat-nolt/configure.ac
+++ b/test-flat-nolt/configure.ac
@@ -2,5 +2,5 @@ AC_INIT([testflat], [1.0], [damien.lespiauAgmailDcom])
AM_INIT_AUTOMAKE([foreign])
AC_PROG_CC
SHAVE_INIT([../shave])
-AC_CONFIG_FILES([Makefile ../shave/shave-cc])
+AC_CONFIG_FILES([Makefile ../shave/shave])
AC_OUTPUT