/[weechat]/weechat/src/plugins/Makefile.am
ViewVC logotype

Diff of /weechat/src/plugins/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by flashcode, Sun Aug 21 16:32:48 2005 UTC revision 1.8 by flashcode, Sat Oct 15 12:34:21 2005 UTC
# Line 18  Line 18 
18  INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\"  INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\"
19    
20  if PLUGIN_PERL  if PLUGIN_PERL
21  perl_dir = perl  script_dir = scripts
22  endif  endif
23    
24  if PLUGIN_PYTHON  if PLUGIN_PYTHON
25  python_dir = python  script_dir = scripts
26  endif  endif
27    
28  if PLUGIN_RUBY  if PLUGIN_RUBY
29  ruby_dir = ruby  script_dir = scripts
30  endif  endif
31    
32  SUBDIRS = $(perl_dir) $(python_dir) $(ruby_dir)  SUBDIRS = $(script_dir)
33    
34  noinst_LIBRARIES = lib_weechat_plugins.a  noinst_LIBRARIES = lib_weechat_plugins.a
35    
36  lib_weechat_plugins_a_SOURCES = plugins.h \  lib_weechat_plugins_a_SOURCES = weechat-plugin.h \
37                                    plugins.h \
38                                  plugins.c                                  plugins.c

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26