source: xplcommon/src/xplcommon/Makefile.am@ 40:91a761bc3a6b

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

Removed files moved to VSCPL

File size: 420 bytes
Line 
1INCLUDES=@XPSDK_INCLUDES@
2
3if TARGET_API_POSIX
4AM_CPPFLAGS=-DLIN
5AM_CXXFLAGS=-fPIC -fno-stack-protector
6endif
7
8if TARGET_API_WIN32
9AM_CPPFLAGS=-DIBM
10AM_LDFLAGS=@XPSDK_LDFLAGS@ -no-undefined
11if TARGET_API_WIN64
12AM_LDFLAGS+=-lXPLM_64
13else
14AM_LDFLAGS+=-lXPLM
15endif
16endif
17
18lib_LTLIBRARIES=libxplcommon.la
19
20libxplcommon_la_SOURCES= \
21 Util.cc
22
23include_xplcommondir=$(includedir)/xplcommon
24include_xplcommon_HEADERS=\
25 Util.h
Note: See TracBrowser for help on using the repository browser.