mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +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
46
src/fe-text/Makefile.am
Normal file
46
src/fe-text/Makefile.am
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
bin_PROGRAMS = irssi-text
|
||||
|
||||
INCLUDES = \
|
||||
$(GLIB_CFLAGS) \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/src/core/ \
|
||||
-I$(top_srcdir)/src/irc/core/ \
|
||||
-I$(top_srcdir)/src/fe-common/core/ \
|
||||
-I$(top_srcdir)/src/fe-common/irc/ \
|
||||
$(CURSES_INCLUDEDIR)
|
||||
|
||||
irssi_text_DEPENDENCIES = @COMMON_LIBS@
|
||||
|
||||
irssi_text_LDADD = \
|
||||
@COMMON_LIBS@ \
|
||||
$(PROG_LIBS) \
|
||||
$(CURSES_LIBS) \
|
||||
$(INTLLIBS) \
|
||||
$(PERL_LDFLAGS)
|
||||
|
||||
irssi_text_SOURCES = \
|
||||
gui-entry.c \
|
||||
gui-mainwindows.c \
|
||||
gui-printtext.c \
|
||||
gui-readline.c \
|
||||
gui-special-vars.c \
|
||||
gui-statusbar.c \
|
||||
gui-statusbar-items.c \
|
||||
gui-textwidget.c \
|
||||
gui-windows.c \
|
||||
irssi.c \
|
||||
module-formats.c \
|
||||
screen.c
|
||||
|
||||
noinst_HEADERS = \
|
||||
gui-entry.h \
|
||||
gui-mainwindows.h \
|
||||
gui-printtext.h \
|
||||
gui-readline.h \
|
||||
gui-special-vars.h \
|
||||
gui-statusbar.h \
|
||||
gui-statusbar-items.h \
|
||||
gui-textwidget.h \
|
||||
gui-windows.h \
|
||||
module-formats.h \
|
||||
screen.h
|
||||
Loading…
Add table
Add a link
Reference in a new issue