File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ endif
149149if USE_EXAMPLES
150150noinst_PROGRAMS += ecdsa_example
151151ecdsa_example_SOURCES = examples/ecdsa.c
152- ecdsa_example_CPPFLAGS = -I$(top_srcdir ) /include $( SECP_CONFIG_DEFINES )
152+ ecdsa_example_CPPFLAGS = -I$(top_srcdir ) /include
153153ecdsa_example_LDADD = libsecp256k1.la
154154ecdsa_example_LDFLAGS = -static
155155if BUILD_WINDOWS
@@ -159,7 +159,7 @@ TESTS += ecdsa_example
159159if ENABLE_MODULE_ECDH
160160noinst_PROGRAMS += ecdh_example
161161ecdh_example_SOURCES = examples/ecdh.c
162- ecdh_example_CPPFLAGS = -I$(top_srcdir ) /include $( SECP_CONFIG_DEFINES )
162+ ecdh_example_CPPFLAGS = -I$(top_srcdir ) /include
163163ecdh_example_LDADD = libsecp256k1.la
164164ecdh_example_LDFLAGS = -static
165165if BUILD_WINDOWS
@@ -170,7 +170,7 @@ endif
170170if ENABLE_MODULE_SCHNORRSIG
171171noinst_PROGRAMS += schnorr_example
172172schnorr_example_SOURCES = examples/schnorr.c
173- schnorr_example_CPPFLAGS = -I$(top_srcdir ) /include $( SECP_CONFIG_DEFINES )
173+ schnorr_example_CPPFLAGS = -I$(top_srcdir ) /include
174174schnorr_example_LDADD = libsecp256k1.la
175175schnorr_example_LDFLAGS = -static
176176if BUILD_WINDOWS
You can’t perform that action at this time.
0 commit comments