Skip to content

Commit

Permalink
Remove offending (and seemingly unused) AM_LDFLAGS from Makefile.am.
Browse files Browse the repository at this point in the history
  • Loading branch information
Linus Nordberg committed Dec 12, 2011
1 parent a32e8f1 commit ef8e142
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ endif

check_PROGRAMS = $(fticks_programs)
AM_CFLAGS = -g -Wall -Werror @TARGET_CFLAGS@
AM_LDFLAGS = @SSL_LDFLAGS@ @TARGET_LDFLAGS@
LDADD = $(top_builddir)/librsp.a @SSL_LIBS@

TESTS = $(check_PROGRAMS)

0 comments on commit ef8e142

Please sign in to comment.