commit | 41d63a05fbdc0e85e22f152150f7961ebfc2f3d9 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Fri Feb 02 16:34:53 2018 -0800 |
committer | William A. Kennington III <wak@google.com> | Mon Feb 05 23:19:52 2018 -0800 |
tree | 7b50050cabf0afe3faf11db0fbc1f0285b1e278a | |
parent | 5d307183d36e356370de3cb3d75b3a6feeb64f19 [diff] |
test/Makefile: Build test sources using automake targets If you specify object files for LDADD it will use some kind of built in rules for building those objects instead of adding the proper CFLAGS to the compile process. This results in build failures if the CFLAGS were actually needed to compile those objects. Change-Id: I1b7837c41fb5fc840d8b913802cfcdc0ee800455 Signed-off-by: William A. Kennington III <wak@google.com>