mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
9b86b024b0
reloaded at startup. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@572 dbcabf3a-b0e7-0310-adc4-f8d773084564
45 lines
799 B
Makefile
45 lines
799 B
Makefile
noinst_LTLIBRARIES = libfe_common_core.la
|
|
|
|
INCLUDES = \
|
|
$(GLIB_CFLAGS) \
|
|
-I$(top_srcdir)/src -I$(top_srcdir)/src/core/ \
|
|
-DHELPDIR=\""$(datadir)/irssi/help"\" \
|
|
-DSYSCONFDIR=\""$(sysconfdir)"\"
|
|
|
|
libfe_common_core_la_SOURCES = \
|
|
autorun.c \
|
|
command-history.c \
|
|
completion.c \
|
|
fe-common-core.c \
|
|
fe-core-commands.c \
|
|
fe-log.c \
|
|
fe-modules.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 \
|
|
hilight-text.h \
|
|
keyboard.h \
|
|
module-formats.h \
|
|
module.h \
|
|
printtext.h \
|
|
themes.h \
|
|
translation.h \
|
|
window-items.h \
|
|
window-save.h \
|
|
windows.h
|