From: chas w. <ch...@us...> - 2003-05-02 13:47:20
|
Update of /cvsroot/linux-atm/linux-atm/src/maint In directory sc8-pr-cvs1:/tmp/cvs-serv3121a/src/maint 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/maint/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:07 -0000 1.2 --- Makefile.am 2 May 2003 13:47:15 -0000 1.2.2.1 *************** *** 3,7 **** USRPGMS=atmdiag atmdump sonetdiag saaldump ! INCLUDES=-I$(top_builddir)/src/qgen -I$(top_builddir)/src/saal -I. LDADD = $(top_builddir)/src/lib/libatm.la --- 3,7 ---- USRPGMS=atmdiag atmdump sonetdiag saaldump ! INCLUDES=-I$(srcdir)/../qgen -I$(srcdir)/../saal -I. LDADD = $(top_builddir)/src/lib/libatm.la |