Update of /cvsroot/linux-atm/linux-atm/src/switch/debug
In directory sc8-pr-cvs1:/tmp/cvs-serv3121a/src/switch/debug
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/debug/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_debug
! INCLUDES = -I$(top_builddir)/src/qgen
sw_debug_SOURCES = debug.c
--- 1,5 ----
noinst_PROGRAMS = sw_debug
! INCLUDES = -I$(srcdir)/../../qgen
sw_debug_SOURCES = debug.c
|