~ubuntu-branches/ubuntu/feisty/irssi/feisty-backports

« back to all changes in this revision

Viewing changes to src/irc/notifylist/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): David Pashley
  • Date: 2005-12-10 21:25:51 UTC
  • Revision ID: james.westby@ubuntu.com-20051210212551-5qwm108g7inyu2f2
Tags: upstream-0.8.10
ImportĀ upstreamĀ versionĀ 0.8.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
noinst_LIBRARIES = libirc_notifylist.a
 
2
 
 
3
INCLUDES = \
 
4
        -I$(top_srcdir)/src \
 
5
        -I$(top_srcdir)/src/core/ \
 
6
        -I$(top_srcdir)/src/irc/core/ \
 
7
        $(GLIB_CFLAGS)
 
8
 
 
9
libirc_notifylist_a_SOURCES = \
 
10
        notifylist.c \
 
11
        notify-commands.c \
 
12
        notify-ison.c \
 
13
        notify-setup.c \
 
14
        notify-whois.c
 
15
 
 
16
pkginc_irc_notifylistdir=$(pkgincludedir)/src/irc/notifylist
 
17
pkginc_irc_notifylist_HEADERS = \
 
18
        notifylist.h \
 
19
        notify-setup.h \
 
20
        module.h