From: Yurii R. <yr...@us...> - 2003-02-02 06:59:13
|
Update of /cvsroot/eas-dev/eas-dev/build/unix/mk In directory sc8-pr-cvs1:/tmp/cvs-serv30198/build/unix/mk Modified Files: component.mk.in Log Message: modified build process; moving to glib-2.2.0; pkg-config; unstable changes to `logger' component; minor changes to libsxmlstream; binarystream test added to libsxmlstream (both text and binary streams are broken now); per-platform INSTALL notes Index: component.mk.in =================================================================== RCS file: /cvsroot/eas-dev/eas-dev/build/unix/mk/component.mk.in,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- component.mk.in 25 Jan 2003 21:51:27 -0000 1.5 +++ component.mk.in 2 Feb 2003 06:59:10 -0000 1.6 @@ -36,7 +36,7 @@ endif ifndef INC_PATH - INC_PATH = inc + INC_PATH = ../inc endif ifndef SRC_PATH |