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

« back to all changes in this revision

Viewing changes to src/clients/saml/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2011-10-24 02:19:37 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20111024021937-8whiie90uq2oqsok
Tags: 1.1.0-2
* Backport fixes for endian independent md5 checksum
* Filter out -Wl,-Bsymbolic-functions from default Ubuntu LDFLAGS

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
man_MANS = saml_assertion_init.1 
4
4
 
5
5
CLILIBS = \
6
 
        $(top_srcdir)/src/hed/libs/client/libarcclient.la \
7
 
        $(top_srcdir)/src/hed/libs/xmlsec/libarcxmlsec.la \
8
 
        $(top_srcdir)/src/hed/libs/credential/libarccredential.la \
9
 
        $(top_srcdir)/src/hed/libs/message/libarcmessage.la \
10
 
        $(top_srcdir)/src/hed/libs/loader/libarcloader.la \
11
 
        $(top_srcdir)/src/hed/libs/common/libarccommon.la
 
6
        $(top_builddir)/src/hed/libs/client/libarcclient.la \
 
7
        $(top_builddir)/src/hed/libs/xmlsec/libarcxmlsec.la \
 
8
        $(top_builddir)/src/hed/libs/credential/libarccredential.la \
 
9
        $(top_builddir)/src/hed/libs/message/libarcmessage.la \
 
10
        $(top_builddir)/src/hed/libs/loader/libarcloader.la \
 
11
        $(top_builddir)/src/hed/libs/common/libarccommon.la
12
12
 
13
13
saml_assertion_init_SOURCES = saml_assertion_init.cpp
14
14
saml_assertion_init_CXXFLAGS = -I$(top_srcdir)/include \