further refactoring, working libtls-standalone
This commit is contained in:
6
libtls-standalone/app/Makefile.am
Normal file
6
libtls-standalone/app/Makefile.am
Normal file
@@ -0,0 +1,6 @@
|
||||
AM_CFLAGS = -I$(top_srcdir)/include
|
||||
|
||||
bin_PROGRAMS = test
|
||||
|
||||
test_SOURCES = test.c
|
||||
test_LDADD = -lcrypto -lssl $(top_builddir)/src/libtls.la
|
6
libtls-standalone/app/test.c
Normal file
6
libtls-standalone/app/test.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <tls.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
tls_init();
|
||||
}
|
Reference in New Issue
Block a user