diff options
| author | Xin LI <delphij@FreeBSD.org> | 2017-03-23 05:19:00 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2017-03-23 05:19:00 +0000 |
| commit | 07ac48c3644021279e113d530764a231e27490a7 (patch) | |
| tree | 0cbc5ca54b66605faf74bfd0773111623cfe3d9b /tests/ntpd/Makefile.am | |
| parent | 01b922f62c559f5778a983c365d390371956a214 (diff) | |
Notes
Diffstat (limited to 'tests/ntpd/Makefile.am')
| -rw-r--r-- | tests/ntpd/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/ntpd/Makefile.am b/tests/ntpd/Makefile.am index 3ce512d89ae3..02ac1a166ab3 100644 --- a/tests/ntpd/Makefile.am +++ b/tests/ntpd/Makefile.am @@ -47,6 +47,7 @@ unity_tests_LDADD = \ $(NULL) AM_CFLAGS = $(CFLAGS_NTP) +AM_CFLAGS += $(NTP_HARD_CFLAGS) AM_CPPFLAGS = $(NTP_INCS) AM_CPPFLAGS += -I$(top_srcdir)/sntp @@ -55,8 +56,10 @@ AM_CPPFLAGS += -I$(top_srcdir)/tests/libntp AM_CPPFLAGS += $(CPPFLAGS_NTP) AM_CPPFLAGS += -DUNITY_INCLUDE_CONFIG_H AM_CPPFLAGS += -I$(top_srcdir)/sntp/unity +AM_CPPFLAGS += $(NTP_HARD_CPPFLAGS) -AM_LDFLAGS = $(LDFLAGS_NTP) +AM_LDFLAGS = $(LDFLAGS_NTP) +AM_LDFLAGS += $(NTP_HARD_LDFLAGS) BUILT_SOURCES += \ $(srcdir)/run-leapsec.c \ |
