Put two Autoconf files back since they're not installed by autoreconf -i.
[radsecproxy.git] / tests / Makefile.am
1 check_PROGRAMS = t_fticks
2
3 AM_CFLAGS = -g -Wall -Werror @TARGET_CFLAGS@
4 AM_LDFLAGS = @SSL_LDFLAGS@ @TARGET_LDFLAGS@
5 LDADD = $(top_builddir)/librsp.a @SSL_LIBS@
6
7 TESTS = $(check_PROGRAMS)