1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00
irssi/src/irc/dcc/Makefile.am
Timo Sirainen 7755aae26b 0.7.90 released.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@292 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-06-04 16:01:19 +00:00

15 lines
279 B
Makefile

plugindir = $(libdir)/irssi/plugins
plugin_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 \
module.h