2000-08-26 15:39:44 +00:00
|
|
|
noinst_LIBRARIES = libfe_common_core.a
|
2000-04-26 08:03:38 +00:00
|
|
|
|
|
|
|
|
INCLUDES = \
|
|
|
|
|
$(GLIB_CFLAGS) \
|
|
|
|
|
-I$(top_srcdir)/src -I$(top_srcdir)/src/core/ \
|
|
|
|
|
-DHELPDIR=\""$(datadir)/irssi/help"\" \
|
|
|
|
|
-DSYSCONFDIR=\""$(sysconfdir)"\"
|
|
|
|
|
|
2000-08-26 15:39:44 +00:00
|
|
|
libfe_common_core_a_SOURCES = \
|
2000-04-26 08:03:38 +00:00
|
|
|
autorun.c \
|
2000-10-14 14:07:31 +00:00
|
|
|
chat-completion.c \
|
2000-04-26 08:03:38 +00:00
|
|
|
command-history.c \
|
2000-06-17 11:53:45 +00:00
|
|
|
completion.c \
|
2000-09-02 18:53:58 +00:00
|
|
|
fe-channels.c \
|
2000-04-26 08:03:38 +00:00
|
|
|
fe-common-core.c \
|
|
|
|
|
fe-core-commands.c \
|
2000-10-13 22:26:33 +00:00
|
|
|
fe-ignore.c \
|
2000-10-14 14:07:31 +00:00
|
|
|
fe-ignore-messages.c \
|
2000-04-26 08:03:38 +00:00
|
|
|
fe-log.c \
|
2000-09-30 22:49:48 +00:00
|
|
|
fe-messages.c \
|
2000-07-02 22:04:00 +00:00
|
|
|
fe-modules.c \
|
2000-09-02 18:53:58 +00:00
|
|
|
fe-queries.c \
|
2000-04-26 08:03:38 +00:00
|
|
|
fe-server.c \
|
|
|
|
|
fe-settings.c \
|
2000-10-28 20:14:19 +00:00
|
|
|
formats.c \
|
2000-04-26 08:03:38 +00:00
|
|
|
hilight-text.c \
|
|
|
|
|
keyboard.c \
|
|
|
|
|
module-formats.c \
|
|
|
|
|
printtext.c \
|
|
|
|
|
themes.c \
|
|
|
|
|
translation.c \
|
2000-05-15 08:25:45 +00:00
|
|
|
window-activity.c \
|
|
|
|
|
window-commands.c \
|
2000-04-26 08:03:38 +00:00
|
|
|
window-items.c \
|
2000-08-01 01:02:46 +00:00
|
|
|
window-save.c \
|
2000-11-17 16:27:14 +00:00
|
|
|
fe-windows.c
|
2000-04-26 08:03:38 +00:00
|
|
|
|
|
|
|
|
noinst_HEADERS = \
|
|
|
|
|
command-history.h \
|
2000-06-17 11:53:45 +00:00
|
|
|
completion.h \
|
2000-04-26 08:03:38 +00:00
|
|
|
fe-common-core.h \
|
2000-09-02 18:53:58 +00:00
|
|
|
fe-queries.h \
|
2000-10-28 20:14:19 +00:00
|
|
|
formats.h \
|
2000-04-26 08:03:38 +00:00
|
|
|
hilight-text.h \
|
|
|
|
|
keyboard.h \
|
|
|
|
|
module-formats.h \
|
|
|
|
|
module.h \
|
|
|
|
|
printtext.h \
|
|
|
|
|
themes.h \
|
|
|
|
|
translation.h \
|
|
|
|
|
window-items.h \
|
2000-08-01 01:02:46 +00:00
|
|
|
window-save.h \
|
2000-11-17 16:27:14 +00:00
|
|
|
fe-windows.h
|