diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2005-10-15 12:27:22 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2005-10-15 12:27:22 +0000 |
commit | cdfc5b6c5a065b03f9fc37a03a1f0630e95ebd57 (patch) | |
tree | cb7ef354e47792ba13f1ede026b347ed74c05c4f /src/plugins/python/Makefile.am | |
parent | 50ef2b0306ef4ead30f23eac0e05ad23ffddbdf2 (diff) | |
download | weechat-cdfc5b6c5a065b03f9fc37a03a1f0630e95ebd57.zip |
Removed old python interface
Diffstat (limited to 'src/plugins/python/Makefile.am')
-rw-r--r-- | src/plugins/python/Makefile.am | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/plugins/python/Makefile.am b/src/plugins/python/Makefile.am deleted file mode 100644 index 1828903a7..000000000 --- a/src/plugins/python/Makefile.am +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright (c) 2003-2005 FlashCode <flashcode@flashtux.org> -# -# This program 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 2 of the License, or -# (at your option) any later version. -# -# This program 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 this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# - -INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" $(PYTHON_CFLAGS) - -noinst_LIBRARIES = lib_weechat_python.a - -lib_weechat_python_a_SOURCES = wee-python.h \ - wee-python.c |