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