Skip to content

Commit b1df57f

Browse files
author
Ferdinando Ametrano
committed
added (new) missing files
1 parent d7e5d4a commit b1df57f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ql/instruments/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ this_include_HEADERS = \
3232
forward.hpp \
3333
forwardrateagreement.hpp \
3434
forwardvanillaoption.hpp \
35+
futures.hpp \
3536
impliedvolatility.hpp \
3637
inflationcapfloor.hpp \
3738
lookbackoption.hpp \
@@ -87,6 +88,7 @@ libInstruments_la_SOURCES = \
8788
forward.cpp \
8889
forwardrateagreement.cpp \
8990
forwardvanillaoption.cpp \
91+
futures.cpp \
9092
impliedvolatility.cpp \
9193
inflationcapfloor.cpp \
9294
lookbackoption.cpp \

ql/time/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir}
66
this_includedir=${includedir}/${subdir}
77
this_include_HEADERS = \
88
all.hpp \
9+
asx.hpp \
910
businessdayconvention.hpp \
1011
calendar.hpp \
1112
date.hpp \
@@ -20,6 +21,7 @@ this_include_HEADERS = \
2021
weekday.hpp
2122

2223
libTime_la_SOURCES = \
24+
asx.cpp \
2325
businessdayconvention.cpp \
2426
calendar.cpp \
2527
date.cpp \

0 commit comments

Comments
 (0)