~ps10gel/ubuntu/xenial/trafficserver/6.2.0

« back to all changes in this revision

Viewing changes to mgmt/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Aron Xu
  • Date: 2013-05-09 01:00:04 UTC
  • mto: (1.1.11) (5.3.3 experimental)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: package-import@ubuntu.com-20130509010004-9fqq9n0adseg3f8w
Tags: upstream-3.3.2
ImportĀ upstreamĀ versionĀ 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#  limitations under the License.
19
19
 
20
20
SUBDIRS = cluster preparse tools utils web2 stats api cli
21
 
DIST_SUBDIRS = $(SUBDIRS)
22
21
 
23
22
# This is for traffic_manager only (local manager)
24
23
AM_CPPFLAGS = $(ink_with_modules_local) \
70
69
  RecordsConfig.h
71
70
 
72
71
traffic_manager_SOURCES = \
73
 
  $(top_srcdir)/proxy/Error.cc \
 
72
  ../proxy/Error.cc \
 
73
  ../proxy/DiagsConfig.cc \
74
74
  AddConfigFilesHere.cc \
75
75
  Alarms.cc \
76
76
  Alarms.h \
102
102
  $(top_builddir)/mgmt/tools/libinksysapi.a \
103
103
  $(top_builddir)/mgmt/tools/libinkconfigapi.a \
104
104
  $(top_builddir)/lib/ts/libtsutil.la \
105
 
  @LIBEXPAT@ @LIBPCRE@ \
106
 
  @LIBTCL@ @LIBICONV@ \
 
105
  @LIBEXPAT@ @LIBPCRE@ @LIBTCL@ \
107
106
  -lm @LIBDL@ @LIBSOCKET@ @LIBNSL@ @LIBRESOLV@ \
108
107
  @LIBTHREAD@ @LIBRT@ @LIBEXECINFO@ @LIBCAP@
109
108