Преглед на файлове

Fix building the double FFT example

Samuel Thibault преди 13 години
родител
ревизия
34e3570e9f
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  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)