Commit b4d79182 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Fixing core/Makefile.am to work without CUDA.

parent 913fc678
Loading
Loading
Loading
Loading

COPYING

deleted120000 → 0
+0 −1
Original line number Diff line number Diff line
/usr/share/automake-1.11/COPYING
 No newline at end of file

INSTALL

deleted120000 → 0
+0 −1
Original line number Diff line number Diff line
/usr/share/automake-1.11/INSTALL
 No newline at end of file
+0 −0

File moved.

+2 −2
Original line number Diff line number Diff line
@@ -54,7 +54,6 @@ sources = tnlConfigDescription.cpp \
	  tnlString.cpp \
	  tnlConfigDescriptionScanner.cpp \
	  tnlConfigDescriptionParser.cpp \
	  tnlLongVectorCUDA.cu \
	  tnlParameterContainer.cpp \
	  tnlTimerCPU.cpp \
	  tnlTimerRT.cpp \
@@ -65,7 +64,8 @@ sources = tnlConfigDescription.cpp \
	  parse.cc
	  
if BUILD_CUDA
sources += tnl-cuda-kernels.cu 
sources += tnlLongVectorCUDA.cu \
           tnl-cuda-kernels.cu 
endif

libmcoreincludedir = $(TNL_INCLUDE_DIR)/core