Browse Source

Fix building the double FFT example

Samuel Thibault 13 years ago
parent
commit
34e3570e9f
1 changed files with 3 additions and 2 deletions
  1. 3 2
      starpufft/Makefile.am

+ 3 - 2
starpufft/Makefile.am

@@ -1,6 +1,6 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2009-2011  Université de Bordeaux 1
+# Copyright (C) 2009-2012  Université de Bordeaux 1
 # Copyright (C) 2010, 2011, 2012  Centre National de la Recherche Scientifique
 #
 # StarPU is free software; you can redistribute it and/or modify
@@ -69,7 +69,8 @@ endif
 
 examplebindir = $(libdir)/starpu/examples/starpufft
 examplebin_PROGRAMS =				\
-	examples/testf
+	examples/testf \
+	examples/test
 
 check_PROGRAMS = examples/testf
 examples_testf_LDADD = libstarpufft-@STARPU_EFFECTIVE_VERSION@.la $(top_builddir)/src/libstarpu-@STARPU_EFFECTIVE_VERSION@.la $(FFTWF_LIBS)