~unity-team/unity/unity.perf-tracking

« back to all changes in this revision

Viewing changes to unity-private/Makefile.am

  • Committer: Gord Allott
  • Date: 2010-08-20 14:52:42 UTC
  • Revision ID: gord.allott@canonical.com-20100820145242-llds0wxn8e87x8e0
enabled performance tracking

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
testing_sources = \
131
131
  testing/background.vala \
132
132
  testing/object-registry.vala \
133
 
  testing/perf-logger.vala \
134
133
  testing/test-director.vala \
135
134
  testing/test-utils.vala \
136
135
  testing/test-window.vala
137
136
 
138
137
libunity_private_la_VALASOURCES = \
 
138
  $(launcher_sources) \
139
139
  $(private_sources) \
140
140
  $(panel_sources) \
141
141
  $(places_sources) \
142
 
  $(launcher_sources) \
143
142
  $(testing_sources)
144
143
 
145
144
libunity_private_la_SOURCES = \