2003-10-25 14:49:18 +00:00
|
|
|
#
|
2012-01-08 18:59:50 +01:00
|
|
|
# Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
|
2010-06-22 19:46:28 +02:00
|
|
|
# Copyright (C) 2005 Julien Louis <ptitlouis@sysif.net>
|
|
|
|
# Copyright (C) 2006-2009 Emmanuel Bouthenot <kolter@openics.org>
|
|
|
|
#
|
|
|
|
# This file is part of WeeChat, the extensible chat client.
|
|
|
|
#
|
|
|
|
# WeeChat is free software; you can redistribute it and/or modify
|
2003-10-25 14:49:18 +00:00
|
|
|
# it under the terms of the GNU General Public License as published by
|
2007-07-02 12:25:13 +00:00
|
|
|
# the Free Software Foundation; either version 3 of the License, or
|
2003-10-25 14:49:18 +00:00
|
|
|
# (at your option) any later version.
|
|
|
|
#
|
2010-06-22 19:46:28 +02:00
|
|
|
# WeeChat is distributed in the hope that it will be useful,
|
2003-10-25 14:49:18 +00:00
|
|
|
# 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
|
2010-06-22 19:46:28 +02:00
|
|
|
# along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
|
2003-10-25 14:49:18 +00:00
|
|
|
#
|
|
|
|
|
2008-08-30 12:40:39 +02:00
|
|
|
if DOC
|
|
|
|
doc_dir = doc
|
|
|
|
endif
|
|
|
|
|
|
|
|
SUBDIRS = po $(doc_dir) intl src
|
2003-10-26 22:49:49 +00:00
|
|
|
|
2009-03-28 22:53:34 +01:00
|
|
|
EXTRA_DIST = CMakeLists.txt \
|
|
|
|
config.rpath \
|
|
|
|
config.h.cmake \
|
|
|
|
cmake/cmake_uninstall.cmake.in \
|
2009-06-07 18:56:38 +02:00
|
|
|
cmake/FindAsciidoc.cmake \
|
2009-03-28 22:53:34 +01:00
|
|
|
cmake/FindAspell.cmake \
|
2012-11-06 15:01:56 +01:00
|
|
|
cmake/FindGCRYPT.cmake \
|
2009-03-28 22:53:34 +01:00
|
|
|
cmake/FindGettext.cmake \
|
|
|
|
cmake/FindGnuTLS.cmake \
|
|
|
|
cmake/FindIconv.cmake \
|
|
|
|
cmake/FindLua.cmake \
|
|
|
|
cmake/FindNcurses.cmake \
|
|
|
|
cmake/FindPerl.cmake \
|
|
|
|
cmake/FindPkgConfig.cmake \
|
|
|
|
cmake/FindPython.cmake \
|
|
|
|
cmake/FindRuby.cmake \
|
2009-06-07 18:56:38 +02:00
|
|
|
cmake/FindSourcehighlight.cmake \
|
2009-03-28 22:53:34 +01:00
|
|
|
cmake/FindTCL.cmake \
|
2011-10-26 19:25:51 +02:00
|
|
|
cmake/FindGuile.cmake \
|
2009-03-28 22:53:34 +01:00
|
|
|
cmake/makedist.sh.in \
|
2009-08-09 09:20:40 +02:00
|
|
|
po/CMakeLists.txt \
|
2009-08-09 10:01:54 +02:00
|
|
|
po/srcfiles.cmake \
|
2009-01-06 12:04:57 +01:00
|
|
|
weechat.spec \
|
2009-05-08 23:45:54 +02:00
|
|
|
weechat_icon_32.png \
|
2009-08-10 18:11:02 +02:00
|
|
|
weechat.pc.in \
|
|
|
|
UPGRADE_0.3
|
2003-10-26 22:49:49 +00:00
|
|
|
|
2005-04-17 19:01:18 +00:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
2009-05-08 23:45:54 +02:00
|
|
|
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
pkgconfig_DATA = weechat.pc
|