summaryrefslogtreecommitdiff
path: root/other/bootstrap_serverdaemon/Makefile.inc
diff options
context:
space:
mode:
authorjin-eld <jin at mediatomb dot cc>2013-08-30 13:35:48 +0300
committerjin-eld <jin at mediatomb dot cc>2013-09-01 20:39:02 +0300
commit7d29bd23b99304b8f504dcc7e086a9a3d58443e9 (patch)
tree8fceb471900f3958f5574b55ec110ff92d4c29e4 /other/bootstrap_serverdaemon/Makefile.inc
parentc9116310c828e9a4a029007a55dcd5ae1feb56b2 (diff)
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
Diffstat (limited to 'other/bootstrap_serverdaemon/Makefile.inc')
-rw-r--r--other/bootstrap_serverdaemon/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
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
3noinst_PROGRAMS += DHT_bootstrap_daemon 3noinst_PROGRAMS += DHT_bootstrap_daemon
4 4
5DHT_bootstrap_daemon_SOURCES = \ 5DHT_bootstrap_daemon_SOURCES = \
6 $(top_srcdir)/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c 6 ../other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c
7 7
8DHT_bootstrap_daemon_CFLAGS = \ 8DHT_bootstrap_daemon_CFLAGS = \
9 -I$(top_srcdir)/other/bootstrap_serverdaemon \ 9 -I$(top_srcdir)/other/bootstrap_serverdaemon \