From 46e11cd50b51216b69f99bdaa5760bd91a1bc006 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 29 Jun 2009 12:31:54 -0400 Subject: [PATCH] Replace the hard coded path name with the top_srcdir macro Signed-off-by: Mike Frysinger Signed-off-by: Steve Dickson --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index f832baa..7b002da 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,7 +6,7 @@ ## anything like that. -INCLUDES = -I../tirpc -DPORTMAP -DINET6 -DVERSION="\"$(VERSION)\"" \ +INCLUDES = -I$(top_srcdir)/tirpc -DPORTMAP -DINET6 -DVERSION="\"$(VERSION)\"" \ -D_GNU_SOURCE -Wall -pipe lib_LTLIBRARIES = libtirpc.la -- 2.50.1