Changeset 1571

Show
Ignore:
Timestamp:
02/25/08 13:10:03 (6 months ago)
Author:
till
Message:

nebula
- command line client for manual submissions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nebula/trunk/Makefile.am

    r1558 r1571  
    11AUTOMAKE_OPTIONS = foreign 
    22 
    3 SUBDIRS = src 
     3SUBDIRS = src client 
    44 
    55EXTRA_DIST = ChangeLog LICENSE README 
  • nebula/trunk/configure.in

    r1562 r1571  
    3737AC_PROG_INSTALL 
    3838AC_CONFIG_FILES([Makefile 
    39                  src/Makefile])  
     39                 src/Makefile 
     40                 client/Makefile])  
    4041 
    4142AC_OUTPUT 
  • nebula/trunk/src/md5.h

    r1373 r1571  
    3535#endif 
    3636 
     37#include <sys/types.h> 
     38 
    3739/* Any 32-bit or wider unsigned integer data type will do */ 
    3840typedef unsigned long MD5_u32plus;