~ubuntu-branches/ubuntu/vivid/irssi/vivid-proposed

« back to all changes in this revision

Viewing changes to src/perl/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Daniel Watkins
  • Date: 2014-10-12 09:44:38 UTC
  • mfrom: (2.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20141012094438-gg8mt9lzwxhb9mqa
Tags: 0.8.17-1ubuntu1
* Merge from Debian testing (LP: #1423499).  Remaining changes:
  - Refreshed 03firsttimer_text to follow upstream changes to formatting.
  - Re-enabled 20fix_ssl_proxy_hostname_check.
  - Refreshed 90irc-ubuntu-com to follow upstream changes to config file
    formatting.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
perl-core.lo: irssi-core.pl.h
15
15
perl-signals.lo: perl-signals-list.h
16
16
 
17
 
INCLUDES = \
 
17
AM_CPPFLAGS = \
18
18
        -I$(top_srcdir)/src \
19
19
        -I$(top_srcdir)/src/core \
20
20
        -I$(top_srcdir)/src/fe-common/core \