Changeset 91:7132de00a203 in xplra


Ignore:
Timestamp:
09/21/17 17:00:02 (7 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 3 'hg:/home/ivaradi/xplane/hg/xplra' '/'>, 'public')
Message:

Updated to be compatible with current automake

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/plugin/src/xplra/Makefile.am

    r85 r91  
    1 INCLUDES=@XPSDK_INCLUDES@
     1AM_CPPFLAGS=@XPSDK_INCLUDES@
    22
    33AM_CXXFLAGS=$(VSCPL_CFLAGS) $(LIBXPLCOMMON_CFLAGS)
     
    99endif
    1010
    11 AM_CPPFLAGS=$(XPLMDEFINES)
     11AM_CPPFLAGS+=$(XPLMDEFINES)
    1212
    1313SRCS= \
  • test/Makefile.am

    r55 r91  
    1 INCLUDES=-I $(top_srcdir)/src/client/c $(VSCPL_CFLAGS)
     1AM_CPPFLAGS=-I $(top_srcdir)/src/client/c $(VSCPL_CFLAGS)
    22
    33LDADD=../src/client/c/hu/varadiistvan/xplra/libxplra.la
Note: See TracChangeset for help on using the changeset viewer.