~ubuntu-branches/ubuntu/precise/nordugrid-arc/precise

« back to all changes in this revision

Viewing changes to src/services/gridftpd/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2012-03-01 19:48:16 UTC
  • mfrom: (3.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20120301194816-m1ezrwnwt2qgnc2e
Tags: 1.1.1-1
* 1.1.1 Bugfix Release
* Fixes FTBFS (Closes: #661774) (LP: #935007)
* Fix typo in package description (Closes: #646979)
* Split binary rule in debian/rules for arch and indep

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
        misc/libmisc.la auth/libauth.la auth/libmap.la \
33
33
        $(top_builddir)/src/hed/libs/globusutils/libarcglobusutils.la \
34
34
        $(top_builddir)/src/hed/libs/common/libarccommon.la \
35
 
        $(GLOBUS_FTP_CONTROL_LIBS) $(GLOBUS_COMMON_LIBS)
 
35
        $(GLOBUS_FTP_CONTROL_LIBS) $(GLOBUS_GSS_ASSIST_LIBS) \
 
36
        $(GLOBUS_GSSAPI_GSI_LIBS) $(GLOBUS_IO_LIBS) \
 
37
        $(GLOBUS_GSI_CERT_UTILS_LIBS) $(GLOBUS_GSI_CREDENTIAL_LIBS) \
 
38
        $(GLOBUS_OPENSSL_MODULE_LIBS) $(GLOBUS_COMMON_LIBS)
36
39
 
37
40
gridftpd_LDFLAGS = -rdynamic
38
41