From: Mike Frysinger Date: Mon, 29 Jun 2009 16:31:54 +0000 (-0400) Subject: Replace the hard coded path name with the top_srcdir macro X-Git-Tag: libtirpc-0-2-1-rc2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46e11cd50b51216b69f99bdaa5760bd91a1bc006;p=libtirpc Replace the hard coded path name with the top_srcdir macro Signed-off-by: Mike Frysinger Signed-off-by: Steve Dickson --- 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