mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-12-03 18:44:41 +00:00
scripts to install Eigen headers properly
This commit is contained in:
@@ -17,6 +17,9 @@ endif
|
||||
AM_LFLAGS = -olex.yy.c
|
||||
AM_YFLAGS = -d
|
||||
|
||||
include eigen_files.mk
|
||||
nobase_dist_pkginclude_HEADERS = $(eigen_files)
|
||||
|
||||
BUILT_SOURCES = IOASCIIParser.hpp
|
||||
|
||||
lib_LTLIBRARIES = liblatan.la
|
||||
@@ -32,7 +35,7 @@ liblatan_la_SOURCES = \
|
||||
Mat.cpp \
|
||||
Sample.cpp \
|
||||
../config.h
|
||||
liblatan_ladir = $(includedir)/latan
|
||||
liblatan_ladir = $(pkgincludedir)
|
||||
liblatan_la_HEADERS = \
|
||||
Global.hpp \
|
||||
IO.hpp \
|
||||
|
||||
Reference in New Issue
Block a user