2000-08-16 00:49:02 +00:00
|
|
|
moduledir = $(libdir)/irssi/modules
|
|
|
|
|
module_LTLIBRARIES = libfe_common_irc_dcc.la
|
2000-04-26 08:03:38 +00:00
|
|
|
|
2000-10-02 01:11:53 +00:00
|
|
|
libfe_common_irc_dcc_la_LDFLAGS = -avoid-version
|
|
|
|
|
|
2000-04-26 08:03:38 +00:00
|
|
|
INCLUDES = \
|
|
|
|
|
$(GLIB_CFLAGS) \
|
|
|
|
|
-I$(top_srcdir)/src \
|
|
|
|
|
-I$(top_srcdir)/src/core/ \
|
|
|
|
|
-I$(top_srcdir)/src/irc/core/ \
|
2001-02-10 02:02:26 +00:00
|
|
|
-I$(top_srcdir)/src/irc/dcc/ \
|
2000-04-26 08:03:38 +00:00
|
|
|
-I$(top_srcdir)/src/fe-common/core/ \
|
|
|
|
|
-DHELPDIR=\""$(datadir)/irssi/help"\" \
|
|
|
|
|
-DSYSCONFDIR=\""$(sysconfdir)"\"
|
|
|
|
|
|
|
|
|
|
libfe_common_irc_dcc_la_SOURCES = \
|
|
|
|
|
fe-dcc.c \
|
2001-02-10 02:02:26 +00:00
|
|
|
fe-dcc-chat.c \
|
|
|
|
|
fe-dcc-get.c \
|
|
|
|
|
fe-dcc-send.c \
|
2000-04-26 08:03:38 +00:00
|
|
|
module-formats.c
|
|
|
|
|
|
|
|
|
|
noinst_HEADERS = \
|
2000-05-15 08:25:45 +00:00
|
|
|
module.h \
|
2000-04-26 08:03:38 +00:00
|
|
|
module-formats.h
|