subatomic 2002/02/20 06:47:21 PST
Modified files:
gamekernel/sample/aster Makefile.in
gamekernel/sample/simple Makefile.in
Log:
fixed these makefiles, they couldn't find the libgk.so because they
were looking in top_srcdir (root of project), rather than topdir
(where you ran configure).
this fixes the samples for the case when configure in run from a
different directory than project root.
Revision Changes Path
1.2 +6 -2 lib/gamekernel/sample/aster/Makefile.in
1.2 +6 -2 lib/gamekernel/sample/simple/Makefile.in
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/sample/aster/Makefile.in.diff?r1=1.1&r2=1.2&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/sample/simple/Makefile.in.diff?r1=1.1&r2=1.2&diff_format=h
|