mirror of
https://github.com/irssi/irssi.git
synced 2026-08-14 06:02:16 +02:00
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1975 dbcabf3a-b0e7-0310-adc4-f8d773084564
25 lines
379 B
Makefile
25 lines
379 B
Makefile
noinst_LIBRARIES = libirc_dcc.a
|
|
|
|
INCLUDES = \
|
|
-I$(top_srcdir)/src \
|
|
-I$(top_srcdir)/src/core/ \
|
|
-I$(top_srcdir)/src/irc/core/ \
|
|
$(GLIB_CFLAGS)
|
|
|
|
libirc_dcc_a_SOURCES = \
|
|
dcc.c \
|
|
dcc-chat.c \
|
|
dcc-get.c \
|
|
dcc-send.c \
|
|
dcc-resume.c \
|
|
dcc-autoget.c
|
|
|
|
noinst_HEADERS = \
|
|
dcc-rec.h \
|
|
dcc-file-rec.h \
|
|
dcc.h \
|
|
dcc-file.h \
|
|
dcc-chat.h \
|
|
dcc-get.h \
|
|
dcc-send.h \
|
|
module.h
|