diff options
author | Christoph Brill <egore911@egore911.de> | 2008-08-14 23:40:10 +0200 |
---|---|---|
committer | Christoph Brill <egore911@egore911.de> | 2008-08-14 23:40:10 +0200 |
commit | b95a5684805a99b38fa3ff134113a3295d5e89b7 (patch) | |
tree | e73137704fc98dfc67651bf434eb5dbce7ad427b /Makefile.am | |
parent | 6e35b673629bb9ddee4373fbdff79238b2160cff (diff) |
Fix "make distcheck"
The new directory "include" was not packaged into the tarball. This makes "make
distcheck" work again.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7636621..5bb4c42 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,4 +19,4 @@ # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. AUTOMAKE_OPTIONS = foreign -SUBDIRS = src man tools fdi +SUBDIRS = include src man tools fdi |