mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
755a8d40eb
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@641 dbcabf3a-b0e7-0310-adc4-f8d773084564
48 lines
844 B
Makefile
48 lines
844 B
Makefile
noinst_LIBRARIES = libfe_common_core.a
|
|
|
|
INCLUDES = \
|
|
$(GLIB_CFLAGS) \
|
|
-I$(top_srcdir)/src -I$(top_srcdir)/src/core/ \
|
|
-DHELPDIR=\""$(datadir)/irssi/help"\" \
|
|
-DSYSCONFDIR=\""$(sysconfdir)"\"
|
|
|
|
libfe_common_core_a_SOURCES = \
|
|
autorun.c \
|
|
command-history.c \
|
|
completion.c \
|
|
fe-channels.c \
|
|
fe-common-core.c \
|
|
fe-core-commands.c \
|
|
fe-log.c \
|
|
fe-modules.c \
|
|
fe-queries.c \
|
|
fe-server.c \
|
|
fe-settings.c \
|
|
hilight-text.c \
|
|
keyboard.c \
|
|
module-formats.c \
|
|
printtext.c \
|
|
themes.c \
|
|
translation.c \
|
|
window-activity.c \
|
|
window-commands.c \
|
|
window-items.c \
|
|
window-save.c \
|
|
windows.c
|
|
|
|
noinst_HEADERS = \
|
|
command-history.h \
|
|
completion.h \
|
|
fe-common-core.h \
|
|
fe-queries.h \
|
|
hilight-text.h \
|
|
keyboard.h \
|
|
module-formats.h \
|
|
module.h \
|
|
printtext.h \
|
|
themes.h \
|
|
translation.h \
|
|
window-items.h \
|
|
window-save.h \
|
|
windows.h
|