Changeset 48:e5dce25c8829 in xplcommon


Ignore:
Timestamp:
09/21/17 16:59:14 (7 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 2 'hg:/home/ivaradi/xplane/hg/xplcommon' '/'>, 'public')
Message:

Updated to be compatible with current automake

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/hu/varadiistvan/xplcommon/Makefile.am

    r41 r48  
    1 INCLUDES=@XPSDK_INCLUDES@
     1AM_CPPFLAGS=@XPSDK_INCLUDES@
    22
    33if TARGET_API_POSIX
    4 AM_CPPFLAGS=-DLIN
     4AM_CPPFLAGS+=-DLIN
    55AM_CXXFLAGS=-fPIC -fno-stack-protector
    66endif
    77
    88if TARGET_API_WIN32
    9 AM_CPPFLAGS=-DIBM
     9AM_CPPFLAGS+=-DIBM
    1010AM_LDFLAGS=@XPSDK_LDFLAGS@ -no-undefined
    1111if TARGET_API_WIN64
Note: See TracChangeset for help on using the changeset viewer.