2001-06-01 18:39:45 +00:00
|
|
|
noinst_LIBRARIES = libirc_dcc.a
|
2000-10-02 01:11:53 +00:00
|
|
|
|
2001-11-05 14:48:03 +00:00
|
|
|
INCLUDES = \
|
|
|
|
|
-I$(top_srcdir)/src \
|
|
|
|
|
-I$(top_srcdir)/src/core/ \
|
|
|
|
|
-I$(top_srcdir)/src/irc/core/ \
|
|
|
|
|
$(GLIB_CFLAGS)
|
2000-04-26 08:03:38 +00:00
|
|
|
|
2001-06-01 18:39:45 +00:00
|
|
|
libirc_dcc_a_SOURCES = \
|
2000-04-26 08:03:38 +00:00
|
|
|
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
|