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

« back to all changes in this revision

Viewing changes to src/hed/shc/arcpdp/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:
12
12
libarcpdp_la_CXXFLAGS = -I$(top_srcdir)/include \
13
13
        $(GLIBMM_CFLAGS) $(LIBXML2_CFLAGS)
14
14
libarcpdp_la_LIBADD = \
15
 
        $(top_srcdir)/src/hed/libs/message/libarcmessage.la \
16
 
        $(top_srcdir)/src/hed/libs/common/libarccommon.la
 
15
        $(top_builddir)/src/hed/libs/message/libarcmessage.la \
 
16
        $(top_builddir)/src/hed/libs/common/libarccommon.la
17
17
 
18
18
doc_DATA = Policy.xsd Request.xsd Response.xsd
19
19
EXTRA_DIST = $(doc_DATA)