~ubuntu-branches/ubuntu/trusty/nordugrid-arc/trusty-proposed

« back to all changes in this revision

Viewing changes to src/hed/libs/ws-security/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2013-11-29 13:39:10 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20131129133910-altaxrfowczzl2ev
Tags: 4.0.0-1
4.0.0 Release (Closes: #715131) (LP: #1049798)

Show diffs side-by-side

added added

removed removed

Lines of Context:
477
477
infodir = @infodir@
478
478
initddir = @initddir@
479
479
install_sh = @install_sh@
 
480
jnidir = @jnidir@
 
481
jninativedir = @jninativedir@
480
482
ldap_monitor_prefix = @ldap_monitor_prefix@
481
483
libdir = @libdir@
482
484
libexecdir = @libexecdir@
541
543
@XMLSEC_ENABLED_TRUE@   $(LIBXML2_LIBS) $(GLIBMM_LIBS) $(OPENSSL_LIBS) \
542
544
@XMLSEC_ENABLED_TRUE@   $(XMLSEC_LIBS) $(XMLSEC_OPENSSL_LIBS)
543
545
 
544
 
libarcwssecurity_la_LDFLAGS = -version-info 2:0:0
 
546
libarcwssecurity_la_LDFLAGS = -version-info 3:0:0
545
547
test_usernametoken_SOURCES = test_usernametoken.cpp 
546
548
test_usernametoken_CXXFLAGS = -I$(top_srcdir)/include \
547
549
        $(LIBXML2_CFLAGS) $(AM_CXXFLAGS)