> Date: Fri, 07 Mar 2008 10:52:57 -0300 > From: <[EMAIL PROTECTED]> > > > Date: Fri, 07 Mar 2008 12:00:50 +0100 > > From: [EMAIL PROTECTED] > > > > > > Voila! I managed to integrate the List module. All seems to work > > fine. > > > > I needed to modify several files in order to get the adequate public > API. > > Here are the patches and the corresponding List module implementation. > > > > I think the patch is OK. > > > > Please install it and ACK. Do not forget to include a detailed > > ChangeLog entry and to update the AUTHORS file. > > Committed. >
BTW, Notice that gl_array_list.h still needs to be included in pdf.h and every header it depends on, otherwise the compiler can't resolve the typedefs. I guess one solution would be to add them to PUBLIC_HDRS in src/Makefile.am. -gerel
