add submodules for dosutils and mail

This commit is contained in:
Mario Fetka
2011-11-13 18:08:30 +01:00
parent 0fbc9baf41
commit 8c91f2fc10
6 changed files with 62 additions and 9 deletions

View File

@@ -37,14 +37,6 @@ add_definitions(
# Source Files
##############
#SET (include_src
# cbmcopy.h
# d64copy.h
# opencbm.h
# )
add_executable( comm comm.c )
add_executable( sendm sendm.c )
add_executable( unxcomm unxcomm.c )
@@ -59,7 +51,6 @@ add_executable( unxsendm unxsendm.c )
# Install Files
##############
#install(FILES ${include_src} DESTINATION ${INCLUDE_INSTALL_DIR})
install(FILES nwserv.conf DESTINATION ${MARS_NWE_INSTALL_FULL_CONFDIR})
install(FILES nwserv.stations DESTINATION ${MARS_NWE_INSTALL_FULL_CONFDIR})
install(FILES nw.ini.cnv.437 DESTINATION ${MARS_NWE_INSTALL_FULL_CONFDIR}/nwserv.cnv.437)