Skip to content

Commit

Permalink
fix 'make check' fails if libssl not in default location
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Mauchle committed Aug 22, 2018
1 parent 74f2233 commit 3a09a8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ radsecproxy
radsecproxy-conf
radsecproxy-hash
radsecproxy.conf.5
tests/t_fticks
tests/*.log
tests/*.trs
2 changes: 1 addition & 1 deletion tests/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AUTOMAKE_OPTIONS = foreign

check_PROGRAMS = t_fticks
AM_CFLAGS = -g -Wall -Werror @TARGET_CFLAGS@
AM_CFLAGS = -g -Wall -Werror @SSL_CFLAGS@ @TARGET_CFLAGS@
LDADD = $(top_builddir)/librsp.a @SSL_LIBS@

TESTS = $(check_PROGRAMS)

0 comments on commit 3a09a8e

Please sign in to comment.