summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
blob: f9967f4d7bf52efe460645c200352edf470aa900 (plain)
1
2
3
4
5
6
7
8
## Process this file with automake to produce Makefile.in

INCLUDES= -I../lib/ -I../libtasn1/lib/

noinst_PROGRAMS = x509test
x509test_SOURCES = x509_test.c
x509test_LDADD = ../lib/libgnutls.la  -lgcrypt
TESTS = x509test