~verterok/ubuntuone-client/fix-664019

« back to all changes in this revision

Viewing changes to libsyncdaemon/Makefile.am

  • Committer: Tarmac
  • Author(s): natalia.bidart at canonical
  • Date: 2010-10-07 18:51:35 UTC
  • mfrom: (730.1.2 add-ping-url)
  • Revision ID: tarmac-20101007185135-cm6qzplb3fy7imbd
Added a constant placeholder PING_URL to be able to switch to new SSO dbus interface.

Show diffs side-by-side

added added

removed removed

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