[IOMultiplexerV2] added CIOTimer class to c++ interface && added some features to...
[NextIRCd.git] / src / IOHandler++ / Makefile.am
1 ##Process this file with automake to create Makefile.in
2 ACLOCAL_AMFLAGS = -I m4
3
4 noinst_LTLIBRARIES = libiohandler.cpp.la
5
6 libiohandler_cpp_la_LIBADD = ../IOHandler/libiohandler.la
7 libiohandler_cpp_la_SOURCES = IOHandler.cpp \
8 IOSocket.cpp \
9 IOTimer.cpp
10
11 all-local: libiohandler.cpp.la
12