mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 15:12:11 +02:00
Cleaned up code.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@480 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
2a1052bbce
commit
c2397475c5
24 changed files with 489 additions and 363 deletions
|
|
@ -3,6 +3,7 @@ noinst_LTLIBRARIES = libcore.la
|
|||
INCLUDES = \
|
||||
$(GLIB_CFLAGS) \
|
||||
-DSYSCONFDIR=\""$(sysconfdir)"\" \
|
||||
-DMODULEDIR=\""$(libdir)/irssi/modules"\" \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/src/core
|
||||
|
||||
|
|
@ -24,6 +25,7 @@ libcore_la_SOURCES = \
|
|||
modules.c \
|
||||
net-disconnect.c \
|
||||
net-nonblock.c \
|
||||
net-sendbuffer.c \
|
||||
network.c \
|
||||
pidwait.c \
|
||||
rawlog.c \
|
||||
|
|
@ -47,6 +49,7 @@ noinst_HEADERS = \
|
|||
net-disconnect.h \
|
||||
net-internal.h \
|
||||
net-nonblock.h \
|
||||
net-sendbuffer.h \
|
||||
network.h \
|
||||
pidwait.h \
|
||||
rawlog.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue