Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit de987d7

Browse files
committed
cmake: update CMakeLists.txt and dist.info after merge
1 parent f90cada commit de987d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ endif ( WIN32 )
2626
install_lua_module ( crypto src/lcrypto.c )
2727
target_link_libraries ( crypto ${CRYPTO_LIBRARY} ${SSL_LIBRARY} ${LIBS})
2828

29-
install_data ( README )
29+
install_data ( COPYING ChangeLog README NEWS )
3030
install_doc ( doc/ PATTERN Makefile* EXCLUDE )
3131
install_test ( tests/ PATTERN Makefile* EXCLUDE )
3232

33-
add_lua_test ( tests/test.lua WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} )
33+
add_lua_test ( tests/test.lua WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/tests )
3434
add_lua_test ( tests/rand.lua )
3535
add_lua_test ( tests/encrypt.lua )
3636
add_lua_test ( tests/pkeytest.lua )

dist.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--- This file is part of LuaDist project
22

33
name = "luacrypto"
4-
version = "0.3.0"
4+
version = "0.3.0.20120420"
55

66
desc = "LuaCrypto provides a Lua frontend to the OpenSSL cryptographic library."
77
author = "Keith Howe"

0 commit comments

Comments
 (0)