From acc93efd4c754cc995ee8edf52ce0bc45511062e Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Thu, 28 Apr 2011 00:31:37 +0200 Subject: Use constants from /etc/iproute2/rt_* files. --- tools/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/Makefile.in b/tools/Makefile.in index 99ae225..556eba5 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -50,6 +50,7 @@ sysdep/paths.h: echo >sysdep/paths.h "/* Generated by Makefile, don't edit manually! */" echo >>sysdep/paths.h "#define PATH_CONFIG_DIR \"$(sysconfdir)\"" echo >>sysdep/paths.h "#define PATH_CONTROL_SOCKET_DIR \"$(localstatedir)/run\"" + if test -n "@iproutedir@" ; then echo >>sysdep/paths.h "#define PATH_IPROUTE_DIR \"@iproutedir@\"" ; fi tags: cd $(srcdir) ; etags -lc `find $(static-dirs) $(addprefix $(objdir)/,$(dynamic-dirs)) $(client-dirs) -name *.[chY]` -- cgit v1.2.3