From: chas w. <ch...@us...> - 2003-05-02 13:47:21
|
Update of /cvsroot/linux-atm/linux-atm/src/ilmid In directory sc8-pr-cvs1:/tmp/cvs-serv3121a/src/ilmid 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/ilmid/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:06 -0000 1.2 --- Makefile.am 2 May 2003 13:47:16 -0000 1.2.2.1 *************** *** 1,5 **** SUBDIRS = asn1 ! INCLUDES = -I$(top_builddir)/src/ilmid/asn1 sbin_PROGRAMS = ilmid --- 1,5 ---- SUBDIRS = asn1 ! INCLUDES = -I$(srcdir)/../ilmid/asn1 sbin_PROGRAMS = ilmid |