mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@714 dbcabf3a-b0e7-0310-adc4-f8d773084564
21 lines
479 B
Makefile
21 lines
479 B
Makefile
moduledir = $(libdir)/irssi/modules
|
|
module_LTLIBRARIES = libfe_common_irc_dcc.la
|
|
|
|
libfe_common_irc_dcc_la_LDFLAGS = -avoid-version
|
|
|
|
INCLUDES = \
|
|
$(GLIB_CFLAGS) \
|
|
-I$(top_srcdir)/src \
|
|
-I$(top_srcdir)/src/core/ \
|
|
-I$(top_srcdir)/src/irc/core/ \
|
|
-I$(top_srcdir)/src/fe-common/core/ \
|
|
-DHELPDIR=\""$(datadir)/irssi/help"\" \
|
|
-DSYSCONFDIR=\""$(sysconfdir)"\"
|
|
|
|
libfe_common_irc_dcc_la_SOURCES = \
|
|
fe-dcc.c \
|
|
module-formats.c
|
|
|
|
noinst_HEADERS = \
|
|
module.h \
|
|
module-formats.h
|