[IOMultiplexerV2] Added simple Server example
[NextIRCd.git] / src / IOHandler_test / server / Makefile.am
diff --git a/src/IOHandler_test/server/Makefile.am b/src/IOHandler_test/server/Makefile.am
new file mode 100644 (file)
index 0000000..feda450
--- /dev/null
@@ -0,0 +1,8 @@
+##Process this file with automake to create Makefile.in
+ACLOCAL_AMFLAGS = -I m4
+
+noinst_PROGRAMS = iotest
+iotest_LDADD = ../../IOHandler/libiohandler.la
+
+iotest_SOURCES = iotest.c
+