mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
14 lines
260 B
Text
14 lines
260 B
Text
|
|
noinst_LTLIBRARIES = libirc_dcc.la
|
||
|
|
|
||
|
|
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 \
|
||
|
|
dcc-files.c
|
||
|
|
|
||
|
|
noinst_HEADERS = \
|
||
|
|
dcc.h \
|
||
|
|
dcc-chat.h \
|
||
|
|
dcc-files.h
|