RE: [NeoStats-Devel] [Commits] r2640 - in trunk/lib: . curl dbm dbm/bdb dbm/gdbm pcre
"M" <[email protected]>
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
> > The dbm directory contained dbm modules so lib does not seem an > > appropriate place to put them. > > Well the gdbm sources were in there as well, so I thought you > would have the same argument if I put them in the modules > directory!!! LOL > > I actually thought that I'll probably split up the gdbm > sources and the module files. Would that be better? Originally the gdbm source was in the lib directory as a library but automake could never be persuaded to actually process the files correctly. Since I have made a number of modifications to the gdbm source it is not really library source any more so to solve both these issues the files were combined into the src/dbm/gdbm directory. The gdbm sources are unlikely to be of any use outside the NeoStats source tree due to the changes made. > I was just getting sick and tired of waiting for the dbm and > protocol directories to get built everytime I wanted to test > a compile on the main core! Another automake problem! Does it actually do anything other than create problems?