28 lines
1.2 KiB
Makefile
28 lines
1.2 KiB
Makefile
## Makefile for the toplevel directory of davfs2.
|
|
## Copyright (C) 2006, 2007, 2008, 2009 Werner Baumann
|
|
##
|
|
## This file is part of davfs2.
|
|
##
|
|
## davfs2 is free software; you can redistribute it and/or modify
|
|
## it under the terms of the GNU General Public License as published by
|
|
## the Free Software Foundation; either version 3 of the License, or
|
|
## (at your option) any later version.
|
|
##
|
|
## davfs2 is distributed in the hope that it will be useful,
|
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
## GNU General Public License for more details.
|
|
##
|
|
## You should have received a copy of the GNU General Public License
|
|
## along with davfs2; if not, write to the Free Software Foundation,
|
|
## Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
|
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
EXTRA_DIST = bootstrap BUGS FAQ README.translators \
|
|
config/COPYING.davfs2 config/INSTALL.davfs2
|
|
SUBDIRS = gl glpo po etc man src
|
|
ACLOCAL_AMFLAGS = -I config
|
|
doc_DATA = AUTHORS BUGS ChangeLog COPYING FAQ INSTALL NEWS README \
|
|
README.translators THANKS TODO
|