Bug in compiling CVS due to Radius
"Alex Judd" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
With the current CVS we get errors trying to compile WAP box from clean, as we reference the Radius stuff before we compile it. Way around this is to compile radius first, then the wap component. - SNIP - Makefile.in line 125 of 346 becomes ++ wapsrcs = $(wildcard radius/*.c) $(wildcard wap/*.c) not -- wapsrcs = $(wildcard wap/*.c) $(wildcard radius/*.c) Alex