File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
if BUILD_PYTHON
2
2
3
+ AM_CPPFLAGS = $(BOOST_CPPFLAGS ) $(PYTHON_CFLAGS ) $(MDDS_CFLAGS )
4
+
3
5
pyexec_LTLIBRARIES = _orcus.la _orcus_json.la
4
6
5
7
_orcus_la_SOURCES = \
6
8
python.cpp
7
9
8
10
_orcus_la_LDFLAGS = -module -avoid-version -export-symbols-regex PyInit__orcus
9
- _orcus_la_CPPFLAGS = -I$(top_srcdir ) /include $(PYTHON_CFLAGS ) $( MDDS_CFLAGS )
11
+ _orcus_la_CPPFLAGS = -I$(top_srcdir ) /include $(AM_CPPFLAGS )
10
12
_orcus_la_LIBADD = \
11
13
../liborcus/liborcus-@ORCUS_API_VERSION@.la \
12
14
../parser/liborcus-parser-@ORCUS_API_VERSION@.la \
@@ -16,7 +18,7 @@ _orcus_json_la_SOURCES = \
16
18
json.cpp
17
19
18
20
_orcus_json_la_LDFLAGS = -module -avoid-version -export-symbols-regex PyInit__orcus_json
19
- _orcus_json_la_CPPFLAGS = -I$(top_srcdir ) /include $(PYTHON_CFLAGS ) $( MDDS_CFLAGS )
21
+ _orcus_json_la_CPPFLAGS = -I$(top_srcdir ) /include $(AM_CPPFLAGS )
20
22
_orcus_json_la_LIBADD = \
21
23
../liborcus/liborcus-@ORCUS_API_VERSION@.la \
22
24
../parser/liborcus-parser-@ORCUS_API_VERSION@.la \
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ if BUILD_SPREADSHEET_MODEL
2
2
3
3
AM_CPPFLAGS = -I$(top_srcdir ) /include -D__ORCUS_SPM_BUILDING_DLL
4
4
5
+ AM_CPPFLAGS += $(BOOST_CPPFLAGS )
6
+
5
7
COMMON_CPPFLAGS = $(AM_CPPFLAGS )
6
8
7
9
if HAVE_STATIC_LIB
You can’t perform that action at this time.
0 commit comments