mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
..adding new files..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@171 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d01b094151
commit
c95034c6de
206 changed files with 31247 additions and 0 deletions
38
src/fe-common/core/Makefile.am
Normal file
38
src/fe-common/core/Makefile.am
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
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 \
|
||||
fe-common-core.c \
|
||||
fe-core-commands.c \
|
||||
fe-log.c \
|
||||
fe-server.c \
|
||||
fe-settings.c \
|
||||
hilight-text.c \
|
||||
keyboard.c \
|
||||
module-formats.c \
|
||||
nick-hilight.c \
|
||||
printtext.c \
|
||||
themes.c \
|
||||
translation.c \
|
||||
window-items.c \
|
||||
windows.c
|
||||
|
||||
noinst_HEADERS = \
|
||||
command-history.h \
|
||||
fe-common-core.h \
|
||||
hilight-text.h \
|
||||
keyboard.h \
|
||||
module-formats.h \
|
||||
module.h \
|
||||
printtext.h \
|
||||
themes.h \
|
||||
translation.h \
|
||||
window-items.h \
|
||||
windows.h
|
||||
Loading…
Add table
Add a link
Reference in a new issue