1999-01-07 20:37:41 +00:00
|
|
|
--- knews.tmpl.orig Tue Dec 29 12:14:55 1998
|
|
|
|
+++ knews.tmpl Thu Jan 7 21:30:06 1999
|
|
|
|
@@ -74,7 +74,7 @@
|
|
|
|
* be changed to -lgz.
|
1998-03-21 13:36:40 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
-JPEG_LIB = -ljpeg
|
|
|
|
+JPEG_LIB = -L!!LOCALBASE!!/lib -ljpeg
|
1999-01-07 20:37:41 +00:00
|
|
|
PNG_LIB = -lpng -lz -lm
|
|
|
|
COMPFACE_LIB = -lcompface
|
1998-03-21 13:36:40 +00:00
|
|
|
|
1999-01-07 20:37:41 +00:00
|
|
|
@@ -83,4 +83,4 @@
|
1998-03-21 13:36:40 +00:00
|
|
|
* If you need to add include paths for e.g. libjpeg, libpng or libzlib
|
|
|
|
* include files, do it here.
|
|
|
|
*/
|
|
|
|
-KNEWS_INCLUDES =
|
1999-01-07 20:37:41 +00:00
|
|
|
+KNEWS_INCLUDES = -I!!LOCALBASE!!/include
|