~ubuntu-branches/ubuntu/trusty/unity-place-files/trusty

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-08-26 18:52:52 UTC
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20100826185252-rtxst6inf3chd7po
Tags: upstream-0.5.18
ImportĀ upstreamĀ versionĀ 0.5.18

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_files_daemon_VALAFLAGS = \
23
23
  -C \
 
24
  --pkg dbus-glib-1 \
24
25
  --pkg dee-1.0 \
25
26
  --pkg zeitgeist-1.0 \
26
27
  --pkg unity \
28
29
  --pkg clutk-0.3 \
29
30
  --pkg gtk+-2.0 \
30
31
  --pkg gee-1.0 \
 
32
  --pkg gio-2.0 \
 
33
  --pkg gio-unix-2.0 \
31
34
  --define=GLIB_2_22 \
32
35
  $(MAINTAINER_VALAFLAGS)
33
36