From: Lokesh Walase Date: Fri, 3 Jul 2015 19:46:54 +0000 (+0530) Subject: Merge lokeshw24@psp-deb1.ntp.org:/home/stenn/ntp-stable-unity X-Git-Tag: NTP_4_3_65~7^2~11^2~4^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=125de36d130be81267ca931d14eff9aeceb442c4;p=thirdparty%2Fntp.git Merge lokeshw24@psp-deb1.ntp.org:/home/stenn/ntp-stable-unity into dadasgift.(none):/home/loki/ntp_gsoc/2_damir_code/ntp-stable-unity bk: 5596e6ae8KSjTZXRkbdXjjT6y1aNRw --- 125de36d130be81267ca931d14eff9aeceb442c4 diff --cc tests/ntpd/Makefile.am index 96753e420,1f23fe147..b372781de --- a/tests/ntpd/Makefile.am +++ b/tests/ntpd/Makefile.am @@@ -19,10 -36,9 +36,11 @@@ AM_CXXFLAGS = $(GTEST_CXXFLAGS AM_CPPFLAGS = $(NTP_INCS) AM_CPPFLAGS += -I$(top_srcdir)/sntp AM_CPPFLAGS += -I$(top_srcdir)/ntpd + AM_CPPFLAGS += -I$(top_srcdir)/tests/libntp AM_CPPFLAGS += $(GTEST_CPPFLAGS) AM_CPPFLAGS += $(CPPFLAGS_NTP) +AM_CPPFLAGS += -DUNITY_INCLUDE_CONFIG_H +AM_CPPFLAGS += -I$(top_srcdir)/sntp/unity AM_LDFLAGS = $(LDFLAGS_NTP)