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

« back to all changes in this revision

Viewing changes to src/hed/daemon/win32/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:
4
4
libdaemon_la_CXXFLAGS = -I$(top_srcdir)/include \
5
5
        $(GLIBMM_CFLAGS) $(LIBXML2_CFLAGS)
6
6
libdaemon_la_LIBADD = \
7
 
        $(top_srcdir)/src/hed/libs/common/libarccommon.la \
 
7
        $(top_builddir)/src/hed/libs/common/libarccommon.la \
8
8
        $(LIBXML2_LIBS)