[Asterisk-bsd] needed fix to zaptel
    Dinesh Nair 
    dinesh at alphaque.com
       
    Wed Apr 18 02:20:42 MST 2007
    
    
  
On Tue, 17 Apr 2007 19:27:45 -0700, Richard Neese wrote:
> in the tonezone.h needs a fix the 
> 
> #include "zaptel.h"
> #else
> #include <zaptel.h>
> #endif
> 
> #include "zaptel/zaptel.h"
> #else
> #include <zaptel/zaptel.h>
> #endif
unnecessary, considering that the Makefile in trunk/ztcfg has 
	-I. -I../zaptel -I${LOCALBASE}/include
which searches trunk/zaptel before it searches /usr/local/include.
in addition, the install target for zaptel-bsd installs zaptel.h
in /usr/local/include as well. 
-- 
Regards,                           /\_/\   "All dogs go to heaven."
dinesh at alphaque.com                (0 0)   http://www.openmalaysiablog.com/
+==========================----oOO--(_)--OOo----==========================+
| for a in past present future; do                                        |
|   for b in clients employers associates relatives neighbours pets; do   |
|   echo "The opinions here in no way reflect the opinions of my $a $b."  |
| done; done                                                              |
+=========================================================================+
    
    
More information about the Asterisk-BSD
mailing list