examples: rename example_musig to musig_example for consistency
This commit is contained in:
parent
8298c0c79b
commit
2adb741c45
2
.gitignore
vendored
2
.gitignore
vendored
@ -66,4 +66,4 @@ src/stamp-h1
|
|||||||
libsecp256k1.pc
|
libsecp256k1.pc
|
||||||
contrib/gh-pr-create.sh
|
contrib/gh-pr-create.sh
|
||||||
|
|
||||||
example_musig
|
musig_example
|
14
Makefile.am
14
Makefile.am
@ -175,15 +175,15 @@ endif
|
|||||||
TESTS += schnorr_example
|
TESTS += schnorr_example
|
||||||
endif
|
endif
|
||||||
if ENABLE_MODULE_MUSIG
|
if ENABLE_MODULE_MUSIG
|
||||||
noinst_PROGRAMS += example_musig
|
noinst_PROGRAMS += musig_example
|
||||||
example_musig_SOURCES = examples/musig.c
|
musig_example_SOURCES = examples/musig.c
|
||||||
example_musig_CPPFLAGS = -I$(top_srcdir)/include
|
musig_example_CPPFLAGS = -I$(top_srcdir)/include
|
||||||
example_musig_LDADD = libsecp256k1.la
|
musig_example_LDADD = libsecp256k1.la
|
||||||
example_musig_LDFLAGS = -static
|
musig_example_LDFLAGS = -static
|
||||||
if BUILD_WINDOWS
|
if BUILD_WINDOWS
|
||||||
example_musig_LDFLAGS += -lbcrypt
|
musig_example_LDFLAGS += -lbcrypt
|
||||||
endif
|
endif
|
||||||
TESTS += example_musig
|
TESTS += musig_example
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user