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

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Mikkel Kamstrup Erlandsen
  • Date: 2011-02-04 15:32:27 UTC
  • Revision ID: mikkel.kamstrup@gmail.com-20110204153227-olxx3a1dwtoh22l5
Don't use deprecated Vala/GIO API g_content_type_get_icon() but use ContentType.get_icon()

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
  --pkg gee-1.0 \
28
28
  --pkg gio-2.0 \
29
29
  --pkg gio-unix-2.0 \
 
30
  --pkg Dbusmenu-Glib-0.4 \
30
31
  --define=GLIB_2_22 \
31
32
  $(MAINTAINER_VALAFLAGS)
32
33