~ubuntu-branches/ubuntu/wily/ntop/wily-proposed

« back to all changes in this revision

Viewing changes to .pc/fix-wget-during-build.patch/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Ludovico Cavedon
  • Date: 2011-08-20 20:14:58 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20110820201458-iru75y64x1lbjnju
Tags: 3:4.1.0+dfsg1-1
* New upstream version (Closes: #520266, LP: #365145, LP: #777801).
* Add kfreebsd-ftbfs.patch by Christoph Egger to fix FTBS under kFreeBSD
  (Closes: #636389).
* Update Brazilian debconf messages translation by Eder L. Marques
  (Closes: #629113).
* Update po files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
 
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
3
 
#
4
 
# Copyright (c) 1998-2009 Luca Deri <deri@ntop.org>
5
 
# Updated 1Q 2000 Rocco Carbone <rocco@ntop.org>
6
 
# Updates 2003-2004 Luca Deri and Burton Strauss
7
 
#
8
 
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
9
2
# This program is free software; you can redistribute it and/or modify
10
3
# it under the terms of the GNU General Public License as published by
11
4
# the Free Software Foundation; either version 2 of the License, or
98
91
 
99
92
WEBFILES       = `cat www/FILES`
100
93
PLUGINSFILES   = `cat plugins/FILES`
101
 
DATABASEFILES  = `cat database/FILES`
102
94
DOCSFILES      = `cat docs/FILES`
103
95
 
104
96
#
127
119
lib_LTLIBRARIES    = libntop.la libntopreport.la
128
120
 
129
121
# core Archive, or the 'engine'
130
 
libntop_la_SOURCES = address.c    argv.c        dataFormat.c   fcUtils.c \
 
122
libntop_la_SOURCES = address.c    argv.c        dataFormat.c   \
131
123
                     event.c globals-core.c \
132
124
                     hash.c       iface.c       initialize.c  leaks.c \
133
 
                     ntop.c       pbuf.c        database.c \
 
125
                     ntop.c       pbuf.c \
134
126
                     plugin.c     prefs.c       protocols.c   \
135
127
                     sessions.c   term.c        util.c        utildl.c \
136
128
                     traffic.c    vendor.c      version.c      \
142
134
 
143
135
# Archive for http representation, or the 'viewer'
144
136
libntopreport_la_SOURCES = emitter.c       globals-report.c  graph.c \
145
 
                           fcReport.c      http.c            \
 
137
                           http.c            \
146
138
                           report.c        reportUtils.c     ssl.c   \
147
139
                           webInterface.c  map.c             \
148
140
                           python.c