File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ this_include_HEADERS = \
32
32
forward.hpp \
33
33
forwardrateagreement.hpp \
34
34
forwardvanillaoption.hpp \
35
+ futures.hpp \
35
36
impliedvolatility.hpp \
36
37
inflationcapfloor.hpp \
37
38
lookbackoption.hpp \
@@ -87,6 +88,7 @@ libInstruments_la_SOURCES = \
87
88
forward.cpp \
88
89
forwardrateagreement.cpp \
89
90
forwardvanillaoption.cpp \
91
+ futures.cpp \
90
92
impliedvolatility.cpp \
91
93
inflationcapfloor.cpp \
92
94
lookbackoption.cpp \
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir}
6
6
this_includedir =${includedir}/${subdir}
7
7
this_include_HEADERS = \
8
8
all.hpp \
9
+ asx.hpp \
9
10
businessdayconvention.hpp \
10
11
calendar.hpp \
11
12
date.hpp \
@@ -20,6 +21,7 @@ this_include_HEADERS = \
20
21
weekday.hpp
21
22
22
23
libTime_la_SOURCES = \
24
+ asx.cpp \
23
25
businessdayconvention.cpp \
24
26
calendar.cpp \
25
27
date.cpp \
You can’t perform that action at this time.
0 commit comments