~ubuntu-desktop/unity-lens-files/ubuntu

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Didier Roche
  • Date: 2011-08-11 08:52:55 UTC
  • mfrom: (14.4.24 upstream)
  • Revision ID: didier.roche@canonical.com-20110811085255-jiqd2j7uf549mj24
* New upstream release.
* Fix some conflicts in src/config.vala and src/daemon.vala after
  merge-upstream. Get it back to sane values (no home dir)

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
  -DPKGDATADIR=\"$(PKGDATADIR)\" \
14
14
  -DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\" \
15
15
  -DG_LOG_DOMAIN=\"unity-files-daemon\" \
16
 
  $(PLACE_DAEMON_CFLAGS) \
 
16
  $(LENS_DAEMON_CFLAGS) \
17
17
  $(MAINTAINER_CFLAGS) \
18
18
  -I$(srcdir) \
19
19
  -g
32
32
  $(MAINTAINER_VALAFLAGS)
33
33
 
34
34
unity_files_daemon_LDADD = \
35
 
  $(PLACE_DAEMON_LIBS) \
 
35
  $(LENS_DAEMON_LIBS) \
36
36
  $(NULL)
37
37
 
38
38
unity_files_daemon_VALASOURCES = \