~ted/unity/menu-ref

« back to all changes in this revision

Viewing changes to libunity/Makefile.am

  • Committer: Gordon Allott
  • Date: 2009-12-16 13:25:32 UTC
  • mto: This revision was merged to the branch mainline in revision 45.
  • Revision ID: mail@gordallott.com-20091216132532-3zp0dlxqkqjnsmwf
performance logger support and boot chart generation script

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
  -H unity.h -d . \
19
19
  --library unity \
20
20
  --vapidir=$(top_builddir)/vapi/ \
 
21
  --thread \
21
22
  --pkg clutter-1.0 \
22
23
  --pkg clutk-0.3 \
23
24
  --pkg gtk+-2.0 \
28
29
  $(libunity_la_VALASOURCES:.vala=.c)
29
30
 
30
31
libunity_la_VALASOURCES = \
 
32
  perf-logger.vala \
31
33
  shell.vala
32
34
 
33
35
libunity_la_APIFILES = \