File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ endif
149
149
if USE_EXAMPLES
150
150
noinst_PROGRAMS += ecdsa_example
151
151
ecdsa_example_SOURCES = examples/ecdsa.c
152
- ecdsa_example_CPPFLAGS = -I$(top_srcdir ) /include $( SECP_CONFIG_DEFINES )
152
+ ecdsa_example_CPPFLAGS = -I$(top_srcdir ) /include
153
153
ecdsa_example_LDADD = libsecp256k1.la
154
154
ecdsa_example_LDFLAGS = -static
155
155
if BUILD_WINDOWS
@@ -159,7 +159,7 @@ TESTS += ecdsa_example
159
159
if ENABLE_MODULE_ECDH
160
160
noinst_PROGRAMS += ecdh_example
161
161
ecdh_example_SOURCES = examples/ecdh.c
162
- ecdh_example_CPPFLAGS = -I$(top_srcdir ) /include $( SECP_CONFIG_DEFINES )
162
+ ecdh_example_CPPFLAGS = -I$(top_srcdir ) /include
163
163
ecdh_example_LDADD = libsecp256k1.la
164
164
ecdh_example_LDFLAGS = -static
165
165
if BUILD_WINDOWS
@@ -170,7 +170,7 @@ endif
170
170
if ENABLE_MODULE_SCHNORRSIG
171
171
noinst_PROGRAMS += schnorr_example
172
172
schnorr_example_SOURCES = examples/schnorr.c
173
- schnorr_example_CPPFLAGS = -I$(top_srcdir ) /include $( SECP_CONFIG_DEFINES )
173
+ schnorr_example_CPPFLAGS = -I$(top_srcdir ) /include
174
174
schnorr_example_LDADD = libsecp256k1.la
175
175
schnorr_example_LDFLAGS = -static
176
176
if BUILD_WINDOWS
You can’t perform that action at this time.
0 commit comments