From: Brian P. <br...@va...> - 2000-08-21 18:40:20
|
Alex Romosan wrote: > > looks like you forgot to add convolve.[ch] to libGL sources so if you > try to link against this library you get undefined symbols. the > following patch fixes it for me: > > diff -u -r1.17 Makefile.am > --- src/Makefile.am 2000/04/07 16:28:38 1.17 > +++ src/Makefile.am 2000/08/21 18:28:59 > @@ -43,6 +43,8 @@ > config.h \ > context.c \ > context.h \ > + convolve.c \ > + convolve.h \ > copy_tmp.h \ > copypix.c \ > copypix.h \ > > --alex-- Thanks. Fixed. -Brian |