2000-08-16 00:49:02 +00:00
|
|
|
moduledir = $(libdir)/irssi/modules
|
|
|
|
|
module_LTLIBRARIES = libirc_dcc.la
|
2000-04-26 08:03:38 +00:00
|
|
|
|
2000-10-02 01:11:53 +00:00
|
|
|
libirc_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/
|
|
|
|
|
|
|
|
|
|
libirc_dcc_la_SOURCES = \
|
|
|
|
|
dcc.c \
|
|
|
|
|
dcc-chat.c \
|
2001-01-18 02:30:59 +00:00
|
|
|
dcc-get.c \
|
|
|
|
|
dcc-send.c \
|
|
|
|
|
dcc-resume.c \
|
|
|
|
|
dcc-autoget.c
|
2000-04-26 08:03:38 +00:00
|
|
|
|
|
|
|
|
noinst_HEADERS = \
|
2001-02-10 02:02:26 +00:00
|
|
|
dcc-rec.h \
|
|
|
|
|
dcc-file-rec.h \
|
2000-06-04 16:01:19 +00:00
|
|
|
dcc.h \
|
2001-02-10 02:02:26 +00:00
|
|
|
dcc-file.h \
|
2001-01-18 02:30:59 +00:00
|
|
|
dcc-chat.h \
|
|
|
|
|
dcc-get.h \
|
2001-02-10 02:02:26 +00:00
|
|
|
dcc-send.h \
|
2000-06-04 16:01:19 +00:00
|
|
|
module.h
|