mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
c95034c6de
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@171 dbcabf3a-b0e7-0310-adc4-f8d773084564
18 lines
381 B
Makefile
18 lines
381 B
Makefile
noinst_LTLIBRARIES = libfe_common_irc_dcc.la
|
|
|
|
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-formats.h
|