summaryrefslogtreecommitdiffstats
path: root/runtime/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-11-18 14:16:08 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-11-18 14:16:08 +0100
commitc82f2781d2ed372e918ea5b5529ead57ff95fc2a (patch)
treedb727881c9d83c8bcb8a5cb6f95dfd13517420ee /runtime/Makefile.am
parent7d20954653fa0f8999822554dcb048ee60dbbe58 (diff)
downloadrsyslog-c82f2781d2ed372e918ea5b5529ead57ff95fc2a.tar.gz
rsyslog-c82f2781d2ed372e918ea5b5529ead57ff95fc2a.tar.xz
rsyslog-c82f2781d2ed372e918ea5b5529ead57ff95fc2a.zip
added skeleton for supporting epoll() API in netstream subsystem
Diffstat (limited to 'runtime/Makefile.am')
-rw-r--r--runtime/Makefile.am9
1 files changed, 7 insertions, 2 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 7896e71d..9047c83d 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -137,7 +137,10 @@ lmnet_la_LDFLAGS = -module -avoid-version
lmnet_la_LIBADD =
# network stream master class and stream factory
-lmnetstrms_la_SOURCES = netstrms.c netstrms.h netstrm.c netstrm.h nssel.c nssel.h
+lmnetstrms_la_SOURCES = netstrms.c netstrms.h \
+ netstrm.c netstrm.h \
+ nssel.c nssel.h \
+ nspoll.c nspoll.h
lmnetstrms_la_CPPFLAGS = $(PTHREADS_CFLAGS) $(RSRT_CFLAGS)
lmnetstrms_la_LDFLAGS = -module -avoid-version
lmnetstrms_la_LIBADD =
@@ -153,7 +156,9 @@ lmstrmsrv_la_LIBADD =
# plain tcp driver - main driver
pkglib_LTLIBRARIES += lmnsd_ptcp.la
-lmnsd_ptcp_la_SOURCES = nsd_ptcp.c nsd_ptcp.h nsdsel_ptcp.c nsdsel_ptcp.h
+lmnsd_ptcp_la_SOURCES = nsd_ptcp.c nsd_ptcp.h \
+ nsdsel_ptcp.c nsdsel_ptcp.h \
+ nsdpoll_ptcp.c nsdpoll_ptcp.h
lmnsd_ptcp_la_CPPFLAGS = $(PTHREADS_CFLAGS) $(RSRT_CFLAGS)
lmnsd_ptcp_la_LDFLAGS = -module -avoid-version
lmnsd_ptcp_la_LIBADD =