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

« back to all changes in this revision

Viewing changes to src/hed/dmc/dq2/Makefile.am

  • 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:
 
1
DIST_SUBDIRS = cJSON
 
2
SUBDIRS = cJSON
 
3
 
 
4
pkglib_LTLIBRARIES = libdmcdq2.la
 
5
 
 
6
libdmcdq2_la_SOURCES = DataPointDQ2.cpp DataPointDQ2.h
 
7
libdmcdq2_la_CXXFLAGS = -I$(top_srcdir)/include \
 
8
        $(LIBXML2_CFLAGS) $(GLIBMM_CFLAGS) $(AM_CXXFLAGS) $(OPENSSL_CFLAGS)
 
9
libdmcdq2_la_LIBADD = \
 
10
  cJSON/libcjson.la \
 
11
        $(top_builddir)/src/hed/libs/communication/libarccommunication.la \
 
12
        $(top_builddir)/src/hed/libs/data/libarcdata.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
        $(top_builddir)/src/hed/libs/credential/libarccredential.la \
 
17
        $(LIBXML2_LIBS) $(GLIBMM_LIBS) $(OPENSSL_LIBS)
 
18
libdmcdq2_la_LDFLAGS = -no-undefined -avoid-version -module