source: xplcommon/test/Makefile.am@ 19:54c3f68d2d46

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

Implemented basic test program for the sockets

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