source: xplcommon/test/Makefile.am@ 18:0490048f256d

Last change on this file since 18:0490048f256d was 18:0490048f256d, checked in by István Váradi <ivaradi@…>, 11 years ago

Implemented basic test program for the sockets

File size: 256 bytes
Line 
1INCLUDES=-I$(top_srcdir)/src
2
3noinst_PROGRAMS=testevent testlocsock
4
5testevent_SOURCES=testevent.cc
6testevent_LDADD=../src/xplcommon/libxplcommon.la -lpthread
7
8testlocsock_SOURCES=testlocsock.cc
9testlocsock_LDADD=../src/xplcommon/libxplcommon.la -lpthread
Note: See TracBrowser for help on using the repository browser.