diff --git a/MANIFEST b/MANIFEST new file mode 100644 index 0000000000000000000000000000000000000000..c7f10934e7839bc03f490bfa4ef259fe4c221c57 --- /dev/null +++ b/MANIFEST @@ -0,0 +1,21 @@ +Filename Description +-------- ----------- +Config - Script to make the configuration for different + machines +Build - Script to build the server +Makefile - The Makefile of the topdir +src/ - Source dir +src/Makefile - The Makefile +src/libraries - Source dir for the libraries +src/libraries/Makefile - The Makefile for the libraries +src/libraries/libansi - Substitutes ansi functions if necessary. +src/libraries/libcommon - LysKOM functions for both server and clients. +src/libraries/libisc - interprocess communication package +src/libraries/libmisc - mixed functions +doc - Dir with documentation files. +config - Configuration files for the different machines +scripts - Installation scripts. includes for make +src/server - The server +src/include - The include files that will be referenced +db-crypt - Initial database for server with encrypted passwords +db-nocrypt - Initial database for server without encryption