Changeset 2982

Show
Ignore:
Timestamp:
11/06/08 11:06:29 (2 months ago)
Author:
kkaempf
Message:

drop shttpd/defs.h

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openwsman/trunk/src/server/CMakeLists.txt

    r2642 r2982  
    66SET( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g" ) 
    77 
    8 SET(openwsmand_SOURCES shttpd/string.c shttpd/shttpd.c shttpd/auth.c shttpd/md5.c shttpd/adapter.c shttpd/cgi.c shttpd/mime_type.c shttpd/config.c shttpd/io_socket.c shttpd/io_ssl.c shttpd/io_emb.c shttpd/compat_unix.c shttpd/io_dir.c shttpd/io_file.c shttpd/defs.h shttpd/llist.h shttpd/shttpd.h shttpd/std_includes.h shttpd/io.h shttpd/md5.h shttpd/ssl.h shttpd/compat_unix.h shttpd/compat_win32.h shttpd/compat_rtems.h shttpd/adapter.h wsmand-listener.h wsmand-daemon.c wsmand-daemon.h wsmand-listener.c wsmand.c) 
     8SET(openwsmand_SOURCES shttpd/string.c shttpd/shttpd.c shttpd/auth.c shttpd/md5.c shttpd/adapter.c shttpd/cgi.c shttpd/mime_type.c shttpd/config.c shttpd/io_socket.c shttpd/io_ssl.c shttpd/io_emb.c shttpd/compat_unix.c shttpd/io_dir.c shttpd/io_file.c shttpd/llist.h shttpd/shttpd.h shttpd/std_includes.h shttpd/io.h shttpd/md5.h shttpd/ssl.h shttpd/compat_unix.h shttpd/compat_win32.h shttpd/compat_rtems.h shttpd/adapter.h wsmand-listener.h wsmand-daemon.c wsmand-daemon.h wsmand-listener.c wsmand.c) 
    99 
    1010ADD_DEFINITIONS(-DSYSCONFDIR="\\\"${SYSCONF_DIR}/openwsman\\\"" -DEMBEDDED -DNO_CGI -DNO_SSI )