mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2024-11-10 00:45:36 +00:00
build system fix
This commit is contained in:
parent
be307fd12a
commit
9c9353a790
@ -32,7 +32,7 @@ libLatAnalyze_la_SOURCES = \
|
||||
Function.cpp \
|
||||
Global.cpp \
|
||||
GslHybridRootFinder.cpp\
|
||||
GslMinimizer.cpp \
|
||||
GslMinimizer.cpp \
|
||||
GslQagsIntegrator.cpp \
|
||||
Histogram.cpp \
|
||||
includes.hpp \
|
||||
@ -64,7 +64,7 @@ libLatAnalyze_la_HEADERS = \
|
||||
FitInterface.hpp \
|
||||
Global.hpp \
|
||||
GslHybridRootFinder.hpp\
|
||||
GslMinimizer.hpp \
|
||||
GslMinimizer.hpp \
|
||||
GslQagsIntegrator.hpp \
|
||||
Histogram.hpp \
|
||||
Integrator.hpp \
|
||||
@ -107,6 +107,8 @@ MathParser.hpp: MathParser.ypp
|
||||
$(AM_V_YACC) $(YACC) -o MathParser.cpp --defines=MathParser.hpp $<
|
||||
endif
|
||||
|
||||
BUILT_SOURCES = AsciiParser.hpp MathParser.hpp
|
||||
|
||||
CLEANFILES = \
|
||||
MathLexer.cpp \
|
||||
AsciiLexer.cpp \
|
||||
|
Loading…
Reference in New Issue
Block a user