add FSConfig.h to automake distribution list. Bump version to 1.7.1.

git-svn-id: http://encfs.googlecode.com/svn/trunk@60 db9cf616-1c43-0410-9cb8-a902689de0d6
This commit is contained in:
Valient Gough 2010-08-30 16:08:02 +00:00
parent 17071239d8
commit 4bb4049d9e
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
AC_INIT(encfs/encfs.h) dnl a source file from your sub dir AC_INIT(encfs/encfs.h) dnl a source file from your sub dir
AM_INIT_AUTOMAKE(encfs, 1.7) dnl searches for some needed programs AM_INIT_AUTOMAKE(encfs, 1.7.1) dnl searches for some needed programs
AC_CANONICAL_HOST AC_CANONICAL_HOST
AM_CONDITIONAL([DARWIN], AM_CONDITIONAL([DARWIN],

View File

@ -115,6 +115,7 @@ noinst_HEADERS = \
FileIO.h \ FileIO.h \
FileNode.h \ FileNode.h \
FileUtils.h \ FileUtils.h \
FSConfig.h \
Interface.h \ Interface.h \
i18n.h \ i18n.h \
MACFileIO.h \ MACFileIO.h \