source: xplcommon/src/hu/varadiistvan/xplcommon/Makefile.am@ 41:70da79414745

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

Changed the namespace

File size: 436 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)/hu/varadiistvan/xplcommon
24include_xplcommon_HEADERS=\
25 Util.h
Note: See TracBrowser for help on using the repository browser.