Changeset 19 for trunk

Show
Ignore:
Timestamp:
04/15/06 02:08:00 (3 years ago)
Author:
scottmc
Message:

Easier builds

I just completely cleaned out the environment and found it's kind of a pain to
rebuild it. So here are a few of the files required by automake, and a couple
of changes to sagot.c to quiet the warnings.

Location:
trunk/sagot
Files:
2 added
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/sagot/src/sagot.c

    r5 r19  
    77 */ 
    88 
     9#include <jsapi.h> 
     10#include <malloc.h> 
    911#include <stdio.h> 
     12#include <string.h> 
    1013#include <sys/types.h> 
    1114#include <sys/stat.h> 
    1215#include <unistd.h> 
    13 #include <malloc.h> 
    1416 
    15 #include <jsapi.h> 
    1617#include "sagot_glib.h" 
    1718 
  • trunk/sagot/src/sagot_glib.h

    r4 r19  
     1/* ----------------------------------------------------------------------------  
     2 * "THE BEER-WARE LICENSE" (Revision 43) borrowed from FreeBSD's jail.c:  
     3 * <tag@cpan.org> wrote this file.  As long as you retain this notice you  
     4 * can do whatever you want with this stuff. If we meet some day, and you think  
     5 * this stuff is worth it, you can buy me a beer in return.   Scott S. McCoy  
     6 * ----------------------------------------------------------------------------  
     7 */ 
     8 
     9#include "sagot_glib_eventcontext.h" 
     10#include "sagot_glib_eventloop.h" 
     11#include "sagot_glib_filechannel.h"