We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fecf436 commit fe32a79Copy full SHA for fe32a79
configure.ac
@@ -8,7 +8,7 @@ AH_TOP([#define LIBSECP256K1_CONFIG_H])
8
AH_BOTTOM([#endif /*LIBSECP256K1_CONFIG_H*/])
9
AM_INIT_AUTOMAKE([foreign subdir-objects])
10
11
-LT_INIT
+LT_INIT([win32-dll])
12
13
# Make the compilation flags quiet unless V=1 is used.
14
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
0 commit comments