diff options
Diffstat (limited to 'contrib/ntp/tests/ntpq/Makefile.in')
-rw-r--r-- | contrib/ntp/tests/ntpq/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/ntp/tests/ntpq/Makefile.in b/contrib/ntp/tests/ntpq/Makefile.in index f31c0bcaf2ad..47e15d68812b 100644 --- a/contrib/ntp/tests/ntpq/Makefile.in +++ b/contrib/ntp/tests/ntpq/Makefile.in @@ -720,7 +720,8 @@ unity_tests_LDADD = \ AM_CFLAGS = $(CFLAGS_NTP) AM_CPPFLAGS = $(NTP_INCS) -I$(top_srcdir)/ntpq $(CPPFLAGS_NTP) \ - -DUNITY_INCLUDE_CONFIG_H -I$(top_srcdir)/sntp/unity + -DUNITY_INCLUDE_CONFIG_H -I$(top_srcdir)/sntp/unity \ + $(LIBOPTS_CFLAGS) AM_LDFLAGS = $(LDFLAGS_NTP) noinst_HEADERS = \ $(NULL) |