File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -66,4 +66,4 @@ src/stamp-h1
66
66
libsecp256k1.pc
67
67
contrib /gh-pr-create.sh
68
68
69
- example_musig
69
+ musig_example
Original file line number Diff line number Diff line change @@ -175,15 +175,15 @@ endif
175
175
TESTS += schnorr_example
176
176
endif
177
177
if ENABLE_MODULE_MUSIG
178
- noinst_PROGRAMS += example_musig
179
- example_musig_SOURCES = examples/musig.c
180
- example_musig_CPPFLAGS = -I$(top_srcdir ) /include
181
- example_musig_LDADD = libsecp256k1.la
182
- example_musig_LDFLAGS = -static
178
+ noinst_PROGRAMS += musig_example
179
+ musig_example_SOURCES = examples/musig.c
180
+ musig_example_CPPFLAGS = -I$(top_srcdir ) /include
181
+ musig_example_LDADD = libsecp256k1.la
182
+ musig_example_LDFLAGS = -static
183
183
if BUILD_WINDOWS
184
- example_musig_LDFLAGS += -lbcrypt
184
+ musig_example_LDFLAGS += -lbcrypt
185
185
endif
186
- TESTS += example_musig
186
+ TESTS += musig_example
187
187
endif
188
188
endif
189
189
You can’t perform that action at this time.
0 commit comments