~ubuntu-branches/ubuntu/precise/unity-lens-files/precise-proposed

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2011-09-29 15:49:50 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: package-import@ubuntu.com-20110929154950-3e2b39fcx3t7rs2e
Tags: 0.6.10-0ubuntu1
* New upstream release.
  - Unity's files lens fails to mount bookmarked remote shares (LP: #760309)
  - gedit fails to start on first try, but does on the second (LP: #827414)
  - Files lens should also search Downloads (LP: #748915)
  - Dash opens browser when selecting a FTP-bookmark (LP: #862112)

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
# Introduced because of our requirements for the GLIB_2_22 define. See above.
60
60
unity_files_daemon.vala.stamp: $(unity_files_daemon_VALASOURCES)
61
61
        $(AM_V_GEN) $(VALAC) $(unity_files_daemon_VALAFLAGS) $^
62
 
        touch unity_files_daemon.vala.stamp
63
 
        sed -i -e 's/g_ptr_array_unref (var, TRUE)/g_ptr_array_unref (var)/g' daemon.c
 
62
        @touch $@
64
63
 
65
64
CLEANFILES += \
66
65
  *.stamp \