source: xplra/src/client/c/hu/varadiistvan/xplra/Makefile.am@ 110:9ac6386fe9ff

Last change on this file since 110:9ac6386fe9ff was 21:3f824500be71, checked in by István Váradi <ivaradi@…>, 11 years ago

Implemented the multi-dataref setter object

File size: 577 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 MultiSetter.cc \
11 xplra.cc
12
13libxplra_la_LIBADD=$(VSCPL_LIBS)
14
15if TARGET_API_WIN32
16libxplra_la_LDFLAGS=-no-undefined
17endif
18
19include_xplradir=$(includedir)/hu/varadiistvan/xplra
20include_xplra_HEADERS=\
21 Exception.h \
22 XPlane.h \
23 MultiBuffer.h \
24 MultiGetter.h \
25 MultiSetter.h \
26 xplra.h
Note: See TracBrowser for help on using the repository browser.