Changeset 55:fa05d8dd30a2 in xplra for test/Makefile.am


Ignore:
Timestamp:
02/16/13 18:14:55 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 3 'hg:/home/ivaradi/xplane/hg/xplra' '/'>, 'public')
Message:

Added the C client API for hotkey handling and the test program. Also changed the name of _sleep to xplra_sleep to be able to compile the code for Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r54 r55  
    66endif
    77
    8 noinst_PROGRAMS=ctest basictest basicctest multigettest multigetctest multisettest multisetctest hotkeytest
     8noinst_PROGRAMS=ctest basictest basicctest multigettest multigetctest multisettest multisetctest hotkeytest hotkeyctest
    99
    1010ctest_SOURCES=ctest.c
     
    3636hotkeytest_SOURCES=hotkeytest.cc
    3737
     38hotkeyctest_SOURCES=hotkeyctest.c
     39if TARGET_API_WIN32
     40hotkeyctest_LDFLAGS=-lstdc++
     41endif
     42
    3843EXTRA_DIST=\
    3944        runpy.sh                \
Note: See TracChangeset for help on using the changeset viewer.