diff options
author | Linus Nordberg <linus@nordu.net> | 2011-12-12 14:36:08 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-12-12 14:36:08 +0100 |
commit | ef8e142b62e4d2e0268c752a2983544d36676045 (patch) | |
tree | 6a22d9214e2505ef86198250b1bd909031fb44d3 | |
parent | a32e8f16ce7ac5dc202bd2bbcbb59716cb386875 (diff) |
Remove offending (and seemingly unused) AM_LDFLAGS from Makefile.am.
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 37b3f89..2a7c339 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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) |