~unity-team/unity-lens-sample/trunk

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Mikkel Kamstrup Erlandsen
  • Date: 2010-10-23 19:28:23 UTC
  • Revision ID: mikkel.kamstrup@gmail.com-20101023192823-gw12ovvxnd3cjp6y
Require only Valac 0.9 since maverick doesn't ship 0.10

Make code more readable and add some comments

Do some s/files/sample/ in src/Makefile.am

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
# expects us to use g_ptr_array_unref instead of g_ptr_array_free.
22
22
unity_sample_daemon_VALAFLAGS = \
23
23
  -C \
 
24
  --pkg dbus-glib-1 \
24
25
  --pkg dee-1.0 \
25
26
  --pkg unity \
 
27
  --pkg clutter-1.0 \
 
28
  --pkg clutk-0.3 \
26
29
  --pkg gtk+-2.0 \
27
30
  --pkg gee-1.0 \
28
31
  --pkg gio-2.0 \