~ubuntu-branches/ubuntu/oneiric/irssi/oneiric

« back to all changes in this revision

Viewing changes to src/fe-text/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2007-11-02 18:13:28 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20071102181328-vg4v2tuqeviu16g9
Tags: 0.8.12-2ubuntu1
* Merge with Debian, remaining Ubuntu changes:
  - Added debian/patches/90irc-ubuntu-com.dpatch (Launchpad #52690).
  - Modify Maintainer value to match the DebianMaintainerField spec.
  - debian/irssi.prerm: Do not alternative. LP: #67698.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
curses_sources = \
34
34
        term-curses.c
35
35
 
36
 
cuix_sources = \
37
 
        cuix-api.c \
38
 
        cuix-lib.c \
39
 
        cuix.c
40
 
 
41
36
if NEED_TPARM
42
37
use_tparm_sources = $(tparm_sources)
43
38
endif
48
43
use_term_sources = $(terminfo_sources)
49
44
endif
50
45
 
51
 
if USE_CUIX
52
 
use_term_sources += $(cuix_sources)
53
 
irssi_LDADD += -lform -lpanel -lmenu
54
 
INCLUDES += -I$(top_srcdir)/src/irc/core
55
 
endif
56
 
 
57
 
 
58
46
irssi_SOURCES = \
59
47
        gui-entry.c \
60
48
        gui-expandos.c \