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

« back to all changes in this revision

Viewing changes to src/hed/libs/loader/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2013-11-29 13:39:10 UTC
  • mfrom: (3.1.16 sid)
  • Revision ID: package-import@ubuntu.com-20131129133910-sy6ayoavphc5hozs
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:
11
11
libarcloader_la_LIBADD = \
12
12
        $(top_builddir)/src/hed/libs/common/libarccommon.la \
13
13
        $(GLIBMM_LIBS) $(LIBXML2_LIBS)
14
 
libarcloader_la_LDFLAGS = -version-info 2:0:0
 
14
libarcloader_la_LDFLAGS = -version-info 3:0:0
15
15
 
16
16
#libtestservice_la_SOURCES = TestService.cpp TestService.h
17
17
#libtestservice_la_CXXFLAGS = -I$(top_srcdir)/include \