X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2FIOHandler_test%2Fclient%2FMakefile.am;fp=src%2FIOHandler_test%2Fclient%2FMakefile.am;h=feda450aef9fdfdecf5f23c7a196783ba74b308c;hb=db1e9413159cdfd975bf9ebcd5f43b665b13ab0b;hp=0000000000000000000000000000000000000000;hpb=70a1c9616475c6978e4fa361c4263e0916d2649e;p=IOMultiplexer.git diff --git a/src/IOHandler_test/client/Makefile.am b/src/IOHandler_test/client/Makefile.am new file mode 100644 index 0000000..feda450 --- /dev/null +++ b/src/IOHandler_test/client/Makefile.am @@ -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 +