Ignore:
Timestamp:
01/27/13 13:26:56 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 3 'hg:/home/ivaradi/xplane/hg/xplra' '/'>, 'public')
Message:

Very basic client code works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/client/c/hu/varadiistvan/xplra/Makefile.am

    r13 r14  
     1AM_CXXFLAGS=$(VSCPL_CFLAGS) -I$(top_srcdir)/src/plugin/src
    12
    23lib_LTLIBRARIES=libxplra.la
    34
    45libxplra_la_SOURCES=\
    5         XPlane.cc
     6        XPlane.cc       \
     7        Exception.cc    \
     8        xplra.cc
     9
     10libxplra_la_LIBADD=$(VSCPL_LIBS)
    611
    712if TARGET_API_WIN32
     
    1116include_xplradir=$(includedir)/hu/varadiistvan/xplra
    1217include_xplra_HEADERS=\
    13         XPlane.h
     18        XPlane.h        \
     19        Exception.h     \
     20        xplra.h
Note: See TracChangeset for help on using the changeset viewer.