~sil2100/nux/revert_640

« back to all changes in this revision

Viewing changes to examples/Makefile.am

  • Committer: Łukasz 'sil2100' Zemczak
  • Date: 2012-08-08 12:58:24 UTC
  • Revision ID: lukasz.zemczak@canonical.com-20120808125824-12o0md3gbv5jrawm
Reverting revision 640, as it was causing many serious regressions. The direct cause seems to be libgeis, not the nux changes themselves - but this is the easiest way of resolving the problem. This code can be re-added once geis is fixed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#                  timeline \
32
32
#                  tooltip
33
33
 
34
 
if HAVE_GEIS
35
 
noinst_PROGRAMS += gestures
36
 
endif
37
34
 
38
35
# We only have to do this AM_ once to affect all the binaries we build from
39
36
# this Makefile
111
108
coverflow_SOURCES = coverflow.cpp
112
109
coverflow_LDADD = $(ALL_LIBS)
113
110
 
114
 
if HAVE_GEIS
115
 
gestures_SOURCES = gestures.cpp
116
 
gestures_LDADD = $(ALL_LIBS)
117
 
endif
118
 
 
119
111
# To distribute source add the source code here
120
112
#sourceexampledir = "$(pkgdatadir)/examples"
121
113
#sourceexample_DATA = $(combobox_SOURCES) \