Cleaned up code.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@480 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-07-16 20:18:05 +00:00 committed by cras
commit c2397475c5
24 changed files with 489 additions and 363 deletions

View file

@ -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 \