Merge pull request #2058 from sipsorcery/secp256k1_fix

Fix for secp256k1 and missing headers
This commit is contained in:
Robert Schumacher 2017-10-25 16:23:26 -07:00 committed by GitHub
commit eea8a63179
2 changed files with 2 additions and 2 deletions

View File

@ -21,6 +21,6 @@ install(TARGETS secp256k1
)
if(INSTALL_HEADERS)
file(GLOB HEADERS include/secp256k1.h)
file(GLOB HEADERS include/*.h)
install(FILES ${HEADERS} DESTINATION include)
endif()

View File

@ -1,3 +1,3 @@
Source: secp256k1
Version: 2017-19-10-0b7024185045a49a1a6a4c5615bf31c94f63d9c4
Version: 2017-19-10-0b7024185045a49a1a6a4c5615bf31c94f63d9c4-1
Description: Optimized C library for EC operations on curve