~ubuntu-branches/ubuntu/oneiric/ubuntuone-client/oneiric

« back to all changes in this revision

Viewing changes to nautilus/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Rodney Dawes
  • Date: 2010-06-16 09:37:28 UTC
  • mto: This revision was merged to the branch mainline in revision 32.
  • Revision ID: james.westby@ubuntu.com-20100616093728-bf5j3x91t8ypmg1h
Tags: upstream-1.3.1
ImportĀ upstreamĀ versionĀ 1.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
LTLIBRARIES = $(extension_LTLIBRARIES)
75
75
am__DEPENDENCIES_1 =
76
76
libnautilus_ubuntuone_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
77
 
        $(am__DEPENDENCIES_1)
 
77
        $(am__DEPENDENCIES_1) \
 
78
        $(top_builddir)/libsyncdaemon/libsyncdaemon-1.0.la
78
79
am_libnautilus_ubuntuone_la_OBJECTS =  \
79
80
        libnautilus_ubuntuone_la-add-contact-dialog.lo \
80
81
        libnautilus_ubuntuone_la-contacts-view.lo \
274
275
libnautilus_ubuntuone_la_CFLAGS = \
275
276
        -DG_LOG_DOMAIN=\"UbuntuOne-Nautilus\"           \
276
277
        -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
 
278
        -I$(top_srcdir)                                 \
277
279
        $(DBUS_CFLAGS)                                  \
278
280
        $(NAUTILUS_CFLAGS)
279
281
 
285
287
        u1-contacts-picker.c    \
286
288
        u1-contacts-picker.h    \
287
289
        ubuntuone-marshallers.c \
 
290
        ubuntuone-marshallers.h \
288
291
        ubuntuone-nautilus.c
289
292
 
290
293
libnautilus_ubuntuone_la_LDFLAGS = -no-undefined -avoid-version
291
294
libnautilus_ubuntuone_la_LIBADD = \
292
295
        $(DBUS_LIBS)                    \
293
 
        $(NAUTILUS_LIBS)
 
296
        $(NAUTILUS_LIBS)                \
 
297
        $(top_builddir)/libsyncdaemon/libsyncdaemon-1.0.la
294
298
 
295
299
test_contacts_picker_CFLAGS = \
296
300
        $(NAUTILUS_CFLAGS)