~fginther/geis/geis-2.2.9.1-precise

« back to all changes in this revision

Viewing changes to testsuite/geis1/Makefile.am

  • Committer: Francis Ginther
  • Date: 2012-08-16 13:43:15 UTC
  • mfrom: (49.1.37)
  • Revision ID: francis.ginther@canonical.com-20120816134315-ex9m75nqcv0uryim
* New upstream release.
  - fixes pinch radius and drag delta calculations (lp: #985916)
    (lp: #986215)
  - changes type of geisSubscriptionFlags (lp: #813819)
  - changes direct devices to use window coordinates (lp: #984069)
  - reports device axis extents, if available (lp: #987539)
  - removes XCB back end
  - removes overlapping events when a gesture is accepted (lp: #1001365)
  - avoids trying to start a DBus session if there is none already
    (lp: #997630)
  - detect added devices properly (LP: #1009270)
  - fix crash when accepting a gesture (LP: #1015775)
  - fix result value of geis_subscription_deactivate() (LP: #1021448)
  - upstream project renamed to just 'geis'

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
        -Wno-unused-but-set-variable \
27
27
        -I$(top_srcdir) \
28
28
        -I$(top_srcdir)/include \
29
 
        -I$(top_srcdir)/libutouch-geis \
 
29
        -I$(top_srcdir)/libgeis \
30
30
        $(CHECK_CFLAGS)
31
31
 
32
32
check_geis1_api_LDADD = \
33
 
        $(top_builddir)/libutouch-geis/libutouch-geis.la \
 
33
        $(top_builddir)/libgeis/libgeis.la \
34
34
        $(CHECK_LIBS)
35
35
 
36
36
gtest_geis1_api_SOURCES = \
37
37
        gtest_attrs.cpp \
 
38
        gtest_devices.cpp \
38
39
        gtest_subscription.cpp
39
40
 
40
41
nodist_gtest_geis1_api_SOURCES = \
44
45
        --std=c++0x \
45
46
        -I$(top_srcdir) \
46
47
        -I$(top_srcdir)/include \
47
 
        -I$(top_srcdir)/libutouch-geis \
 
48
        -I$(top_srcdir)/libgeis \
48
49
        -I$(top_srcdir)/testsuite/gtest \
49
50
        -DTEST_ROOT_DIR=\"$(abs_top_srcdir)/testsuite/\" \
50
51
        $(GTEST_CFLAGS) \
53
54
 
54
55
gtest_geis1_api_LDADD = \
55
56
        $(top_builddir)/testsuite/gtest/libgtest_geis.a \
56
 
        $(top_builddir)/libutouch-geis/libutouch-geis.la \
 
57
        $(top_builddir)/libgeis/libgeis.la \
57
58
        $(XORG_GTEST_LIBS) \
58
59
        $(EVEMU_LIBS) \
59
60
        $(XI2_LIBS)