[IOMultiplexerV2] added c++ interface
[NextIRCd.git] / src / IOHandler++ / Makefile.am
1 ##Process this file with automake to create Makefile.in
2 ACLOCAL_AMFLAGS = -I m4
3
4 noinst_LIBRARIES = libiohandler.cpp.a
5
6 libiohandler_cpp_a_LIBADD = ../IOHandler/libiohandler.a
7 libiohandler_cpp_a_SOURCES = IOHandler.cpp \
8 IOSocket.cpp
9