From 7d29bd23b99304b8f504dcc7e086a9a3d58443e9 Mon Sep 17 00:00:00 2001 From: jin-eld Date: Fri, 30 Aug 2013 13:35:48 +0300 Subject: Forward compatibility with automake 1.14 This update makes sure that the build still works with automake prior to 1.12 and at the same time does not give any warnings or errors with automake 1.14 --- other/bootstrap_serverdaemon/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other/bootstrap_serverdaemon/Makefile.inc') diff --git a/other/bootstrap_serverdaemon/Makefile.inc b/other/bootstrap_serverdaemon/Makefile.inc index 1320b761..2eaf7b9c 100644 --- a/other/bootstrap_serverdaemon/Makefile.inc +++ b/other/bootstrap_serverdaemon/Makefile.inc @@ -3,7 +3,7 @@ if BUILD_DHT_BOOTSTRAP_DAEMON noinst_PROGRAMS += DHT_bootstrap_daemon DHT_bootstrap_daemon_SOURCES = \ - $(top_srcdir)/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c + ../other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c DHT_bootstrap_daemon_CFLAGS = \ -I$(top_srcdir)/other/bootstrap_serverdaemon \ -- cgit v1.2.3