source: xplra/src/client/c/hu/varadiistvan/xplra/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: 525 bytes
Line 
1AM_CXXFLAGS=$(VSCPL_CFLAGS) -I$(top_srcdir)/src/plugin/src
2
3lib_LTLIBRARIES=libxplra.la
4
5libxplra_la_SOURCES=\
6 Exception.cc \
7 XPlane.cc \
8 MultiBuffer.cc \
9 MultiGetter.cc \
10 xplra.cc
11
12libxplra_la_LIBADD=$(VSCPL_LIBS)
13
14if TARGET_API_WIN32
15libxplra_la_LDFLAGS=-no-undefined
16endif
17
18include_xplradir=$(includedir)/hu/varadiistvan/xplra
19include_xplra_HEADERS=\
20 Exception.h \
21 XPlane.h \
22 MultiBuffer.h \
23 MultiGetter.h \
24 xplra.h
Note: See TracBrowser for help on using the repository browser.