mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
d3dc9a1307
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@197 dbcabf3a-b0e7-0310-adc4-f8d773084564
13 lines
231 B
Makefile
13 lines
231 B
Makefile
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
|