mirror of
https://github.com/vgough/encfs.git
synced 2024-11-22 16:03:34 +01:00
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:
parent
17071239d8
commit
4bb4049d9e
@ -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],
|
||||||
|
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user