소스 검색

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 년 전
부모
커밋
2d05a018fe
3개의 변경된 파일10개의 추가작업 그리고 1개의 파일을 삭제
  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 파일 보기

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 파일 보기

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 파일 보기

3.0.14

Loading…
취소
저장