From 4bb4049d9e55460f4a8b77b94f188c8fa268f1d1 Mon Sep 17 00:00:00 2001 From: Valient Gough Date: Mon, 30 Aug 2010 16:08:02 +0000 Subject: [PATCH] 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 --- configure.ac | 2 +- encfs/Makefile.am | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 34fdba3..b7400c4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. 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 AM_CONDITIONAL([DARWIN], diff --git a/encfs/Makefile.am b/encfs/Makefile.am index 7dd9ebe..0c580ce 100644 --- a/encfs/Makefile.am +++ b/encfs/Makefile.am @@ -115,6 +115,7 @@ noinst_HEADERS = \ FileIO.h \ FileNode.h \ FileUtils.h \ + FSConfig.h \ Interface.h \ i18n.h \ MACFileIO.h \