~adam-stokes/ubuntu/quantal/gnome-vfs/lp977940-multiarch

« back to all changes in this revision

Viewing changes to modules/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-08-05 10:31:15 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080805103115-5vkex0yk6qq619x5
Tags: 1:2.23.0-0ubuntu1
* New upstream version:
  - Sync xdgmime with GIO
* debian/patches/90_from_svn_no_range_for_youtube.patch:
  - the change is in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
 
153
153
libsmb_la_SOURCES = smb-method.c
154
154
libsmb_la_LDFLAGS = $(module_flags)
155
 
libsmb_la_LIBADD = $(SAMBA_LIBS) $(MODULES_LIBS) ../libgnomevfs/libgnomevfs-2.la 
 
155
libsmb_la_LIBADD = $(SAMBA_LIBS) $(MODULES_GCONF_LIBS) ../libgnomevfs/libgnomevfs-2.la 
156
156
 
157
157
###  `sftp' method
158
158
 
182
182
 
183
183
libftp_la_SOURCES = ftp-method.c
184
184
libftp_la_LDFLAGS = $(module_flags)
185
 
libftp_la_LIBADD = $(MODULES_LIBS) $(GSSAPI_LIBS) ../libgnomevfs/libgnomevfs-2.la
 
185
libftp_la_LIBADD = $(MODULES_GCONF_LIBS) $(GSSAPI_LIBS) ../libgnomevfs/libgnomevfs-2.la
186
186
 
187
187
### `nfs' method
188
188
 
205
205
libhttp_la_LDFLAGS = $(module_flags)
206
206
libhttp_la_LIBADD  =                    \
207
207
        $(MODULES_GCONF_LIBS)   \
 
208
        $(OPENSSL_LIBS) \
208
209
        ../imported/neon/libneon.la   \
209
210
        ../libgnomevfs/libgnomevfs-2.la
210
211