~ubuntu-branches/ubuntu/oneiric/nux/oneiric-updates

« back to all changes in this revision

Viewing changes to examples/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-08-25 13:42:45 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20110825134245-edi1g8cm2iqibae7
Tags: 1.4.0-0ubuntu1
* New upstream version:
  - "scrolling down in a lens brings it back to the top automatically" 
    (lp: #821534)
* debian/rules: updated shlib

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
                  tab_view \
24
24
                  textedit \
25
25
                  text_entry_focus \
 
26
                  tiles_view \
26
27
                  timegraph \
27
28
                  timeline \
28
29
                  tooltip
89
90
pango_combobox_LDADD = $(ALL_LIBS)
90
91
rotate_texture_area_SOURCES = rotate_texture_area.cpp
91
92
rotate_texture_area_LDADD = $(ALL_LIBS)
 
93
tiles_view_SOURCES = tiles_view.cpp
 
94
tiles_view_LDADD = $(ALL_LIBS)
92
95
text_entry_focus_SOURCES = text_entry_focus.cpp
93
96
text_entry_focus_LDADD = $(ALL_LIBS)
94
97