~facundo/ubuntuone-client/working-speedups

« back to all changes in this revision

Viewing changes to libsyncdaemon/Makefile.am

  • Committer: natalia.bidart at canonical
  • Date: 2010-10-07 16:04:50 UTC
  • mto: This revision was merged to the branch mainline in revision 731.
  • Revision ID: natalia.bidart@canonical.com-20101007160450-5wptfwjylchic31m
Added constant placeholder to be able to switch to new SSO dbus interface.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
        -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
9
9
        -DSSO_APP_NAME=\""$(SSO_APP_NAME)"\"            \
10
10
        -DSSO_TC_URL=\""$(SSO_TC_URL)"\"                \
 
11
        -DSSO_PING_URL=\""$(SSO_PING_URL)"\"            \
11
12
        -I$(top_srcdir)                                 \
12
13
        $(DBUS_CFLAGS)
13
14