7 lines
138 B
Makefile
Raw Normal View History

AM_CFLAGS = -I$(top_srcdir)/include
bin_PROGRAMS = test
test_SOURCES = test.c
test_LDADD = -lcrypto -lssl $(top_builddir)/src/libtls.la