~timo-jyrinki/unity/ubuntu.5200

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Neil Jagdish Patel
  • Date: 2009-10-30 14:03:28 UTC
  • mfrom: (6.1.5 trunk.add-user-background)
  • Revision ID: neil.patel@canonical.com-20091030140328-g9ztxo8umsivl2h6
[background] Show the users background wallpaper

added:
  src/background.vala
modified:
  .bzrignore
  configure.ac
  src/Makefile.am
  src/window.vala

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
  --pkg gtk+-2.0 \
29
29
  --pkg gdk-2.0 \
30
30
  --pkg gee-1.0 \
 
31
  --pkg gconf-2.0 \
31
32
  --pkg launcher-0.3 \
32
33
  --pkg x11 \
33
34
  --pkg unity \
41
42
 
42
43
libunity_static_la_SOURCES = \
43
44
  unity-utils.c \
 
45
  background.vala \
44
46
  unity.vala \
45
47
  utils.vala \
46
48
  window.vala