source: xplra/src/client/c/hu/varadiistvan/xplra/Makefile.am@ 13:42fd631176b7

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

Reorganized code to be able to handle the client library as a normal libtool library

File size: 226 bytes
Line 
1
2lib_LTLIBRARIES=libxplra.la
3
4libxplra_la_SOURCES=\
5 XPlane.cc
6
7if TARGET_API_WIN32
8libxplra_la_LDFLAGS=-no-undefined
9endif
10
11include_xplradir=$(includedir)/hu/varadiistvan/xplra
12include_xplra_HEADERS=\
13 XPlane.h
Note: See TracBrowser for help on using the repository browser.