1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-06-20 16:26:54 +01:00

scripts to install Eigen headers properly

This commit is contained in:
2013-09-13 17:06:59 +01:00
parent 67d105663b
commit c4751f20a3
5 changed files with 15 additions and 3 deletions

View File

@ -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 \