Update of /cvsroot/linux-atm/linux-atm/src/switch/tcp
In directory sc8-pr-cvs1:/tmp/cvs-serv3121a/src/switch/tcp
Modified Files:
Tag: V2_5_0
Makefile.am
Log Message:
use srcdir instead of top_builddir -- this lets you build the
sources outside the source tree
Index: Makefile.am
===================================================================
RCS file: /cvsroot/linux-atm/linux-atm/src/switch/tcp/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -d -r1.2 -r1.2.2.1
*** Makefile.am 9 Oct 2001 22:33:08 -0000 1.2
--- Makefile.am 2 May 2003 13:47:13 -0000 1.2.2.1
***************
*** 1,5 ****
noinst_PROGRAMS = sw_tcp
! INCLUDES = -I$(top_builddir)/src/qgen
sw_tcp_SOURCES = tcpsw.c
--- 1,5 ----
noinst_PROGRAMS = sw_tcp
! INCLUDES = -I$(srcdir)/../../qgen
sw_tcp_SOURCES = tcpsw.c
|