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

« back to all changes in this revision

Viewing changes to src/hed/acc/EMIREG/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:
 
1
pkglib_LTLIBRARIES = libaccEMIREG.la
 
2
 
 
3
libaccEMIREG_la_SOURCES  = TargetRetrieverEMIREG.cpp TargetRetrieverEMIREG.h \
 
4
        DescriptorsEMIREG.cpp
 
5
libaccEMIREG_la_CXXFLAGS = -I$(top_srcdir)/include \
 
6
        $(LIBXML2_CFLAGS) $(GLIBMM_CFLAGS)
 
7
libaccEMIREG_la_LIBADD = \
 
8
        $(top_builddir)/src/hed/libs/ws/libarcws.la \
 
9
        $(top_builddir)/src/hed/libs/client/libarcclient.la \
 
10
        $(top_builddir)/src/hed/libs/security/libarcsecurity.la \
 
11
        $(top_builddir)/src/hed/libs/delegation/libarcdelegation.la \
 
12
        $(top_builddir)/src/hed/libs/data/libarcdata2.la \
 
13
        $(top_builddir)/src/hed/libs/message/libarcmessage.la\
 
14
        $(top_builddir)/src/hed/libs/loader/libarcloader.la \
 
15
        $(top_builddir)/src/hed/libs/common/libarccommon.la \
 
16
        $(LIBXML2_LIBS) $(GLIBMM_LIBS)
 
17
libaccEMIREG_la_LDFLAGS = -no-undefined -avoid-version -module
 
18