From: Damir Tomic Date: Mon, 3 Aug 2015 08:48:00 +0000 (+0000) Subject: Makefile.am: X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76498367ab3e23ca1bdc0159071b51253a6163ee;p=thirdparty%2Fntp.git Makefile.am: minor fixes, trying to link on psp-deb1 bk: 55bf2ac0cDw7f1qxG5MB_9uuWMn20Q --- diff --git a/tests/ntpd/Makefile.am b/tests/ntpd/Makefile.am index 634b406e6..589ad655c 100644 --- a/tests/ntpd/Makefile.am +++ b/tests/ntpd/Makefile.am @@ -181,13 +181,12 @@ $(srcdir)/run-rc_cmdlength.c: $(srcdir)/rc_cmdlength.c $(std_unity_list) ### test_ntp_signdT_CFLAGS = \ -I$(top_srcdir)/sntp/unity \ - -Iwhy.h \ + -I$(top_srcdir)/ntpd \ $(NULL) test_ntp_signdT_LDADD = \ $(unity_tests_LDADD) \ $(top_builddir)/ntpd/libntpd.a \ - $(unity_tests_LDADD) \ $(top_builddir)/ntpd/ntp_signd.o \ $(top_builddir)/ntpd/ntp_config.o \ $(top_builddir)/ntpd/ntp_io.o \ @@ -198,8 +197,8 @@ test_ntp_signdT_LDADD = \ test_ntp_signdT_SOURCES = \ ntp_signdT.c \ run-ntp_signdT.c \ - $(srcdir)/../libntp/test-libntp.c \ - $(srcdir)/../../ntpd/ntp_signd.c \ + $(top_builddir)/tests/libntp/test-libntp.c \ + $(top_builddir)/ntpd/ntp_signd.c \ $(NULL) $(srcdir)/run-ntp_signdT.c: $(srcdir)/ntp_signdT.c $(std_unity_list)