mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 15:12:11 +02:00
Initial revision
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
2d97cd3cc4
commit
770ae4596d
29 changed files with 4987 additions and 0 deletions
17
src/Makefile.am
Normal file
17
src/Makefile.am
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
if HAS_CURSES
|
||||
TEXTUI=gui-text
|
||||
endif
|
||||
|
||||
if BUILD_GNOMEUI
|
||||
GNOMEUI=gui-gnome
|
||||
endif
|
||||
|
||||
noinst_HEADERS = \
|
||||
common.h \
|
||||
common-setup.h \
|
||||
irssi-plugin.h \
|
||||
irssi-plugin-gui.h
|
||||
|
||||
SUBDIRS = irc-base irc-extra ui-common lib-config lib-nongui settings $(GNOMEUI) $(TEXTUI) gui-none
|
||||
|
||||
EXTRA_DIST = signal.doc
|
||||
Loading…
Add table
Add a link
Reference in a new issue