source: xplra/src/client/c/hu/varadiistvan/xplra/Makefile.am@ 14:bb6484eceb1e

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

Very basic client code works

File size: 421 bytes
Line 
1AM_CXXFLAGS=$(VSCPL_CFLAGS) -I$(top_srcdir)/src/plugin/src
2
3lib_LTLIBRARIES=libxplra.la
4
5libxplra_la_SOURCES=\
6 XPlane.cc \
7 Exception.cc \
8 xplra.cc
9
10libxplra_la_LIBADD=$(VSCPL_LIBS)
11
12if TARGET_API_WIN32
13libxplra_la_LDFLAGS=-no-undefined
14endif
15
16include_xplradir=$(includedir)/hu/varadiistvan/xplra
17include_xplra_HEADERS=\
18 XPlane.h \
19 Exception.h \
20 xplra.h
Note: See TracBrowser for help on using the repository browser.