source: xplra/test/Makefile.am@ 19:280541440d22

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

Getting multiple values works

File size: 378 bytes
Line 
1INCLUDES=-I $(top_srcdir)/src/client/c $(VSCPL_CFLAGS)
2
3LDADD=../src/client/c/hu/varadiistvan/xplra/libxplra.la
4if TARGET_API_WIN32
5AM_LDFLAGS=-static -static-libgcc -static-libstdc++
6endif
7
8noinst_PROGRAMS=ctest basictest multigettest
9
10ctest_SOURCES=ctest.c
11if TARGET_API_WIN32
12ctest_LDFLAGS=-lstdc++
13endif
14
15basictest_SOURCES=basictest.cc
16
17multigettest_SOURCES=multigettest.cc
Note: See TracBrowser for help on using the repository browser.