Browse Source

Implementing and integrating SNFServerConfig.


git-svn-id: https://svn.microneil.com/svn/PKG-SNF-CS-NIX/trunk@68 233e721a-07f6-49eb-a7da-05e0e16828fc
master
adeniz 12 years ago
parent
commit
2d05a018fe
3 changed files with 10 additions and 1 deletions
  1. 5
    0
      SNF_CS_Developer_Package/Makefile.am
  2. 4
    1
      SNF_CS_Developer_Package/configure.ac.in
  3. 1
    0
      Version.txt

+ 5
- 0
SNF_CS_Developer_Package/Makefile.am View File

SNFServer \ SNFServer \
SNFClient \ SNFClient \
SNF2Check \ SNF2Check \
SNFUtility/Common \
SNFUtility/CommonTests \
SNFUtility/SNFMilterConfig \
SNFUtility/SNFMilterConfigTests \
Scripts \ Scripts \
config_files \ config_files \
Docs Docs
$(doc_DATA) \ $(doc_DATA) \
Makefile.am \ Makefile.am \
configure.ac \ configure.ac \
configure.ac.in \
SNF4SA/INSTALL \ SNF4SA/INSTALL \
SNF4SA/README \ SNF4SA/README \
SNF4SA/snf4sa.cf \ SNF4SA/snf4sa.cf \

SNF_CS_Developer_Package/configure.ac → SNF_CS_Developer_Package/configure.ac.in View File

dnl dnl
AC_PREREQ(2.52) AC_PREREQ(2.52)


AC_INIT(snf-server, 3.0.14)
AC_INIT(snf-server, REPLACE_WITH_VERSION)
AC_CONFIG_SRCDIR(SNFMulti/snfCFGmgr.cpp) AC_CONFIG_SRCDIR(SNFMulti/snfCFGmgr.cpp)
AC_CONFIG_AUX_DIR(config) AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
SNFServer/Makefile SNFServer/Makefile
SNFClient/Makefile SNFClient/Makefile
SNF2Check/Makefile SNF2Check/Makefile
SNFUtility/Common/Makefile
SNFUtility/CommonTests/Makefile
SNFUtility/SNFServerConfig/Makefile
Scripts/Makefile Scripts/Makefile
config_files/Makefile config_files/Makefile
Docs/Makefile]) Docs/Makefile])

+ 1
- 0
Version.txt View File

3.0.14

Loading…
Cancel
Save