~ubuntu-branches/ubuntu/trusty/ntop/trusty

« back to all changes in this revision

Viewing changes to myrrd/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2008-06-15 14:38:28 UTC
  • mfrom: (2.1.11 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080615143828-oalh84nda2hje4do
Tags: 3:3.3-11
Correction of Polish translation encoding, closes: #479490. Thanks
to Christian Perrier <bubulle@debian.org> for the help.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
 
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
3
 
# auto makefile for the ntop plugins.
4
 
# (this file is processed with 'automake' to produce Makefile.in)
5
 
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
6
 
#
7
 
# Luca Deri     <deri@ntop.org>
8
 
#
9
 
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
10
 
#
11
 
# This program is free software; you can redistribute it and/or modify
12
 
# it under the terms of the GNU General Public License as published by
13
 
# the Free Software Foundation; either version 2 of the License, or
14
 
# (at your option) any later version.
15
 
#
16
 
# This program is distributed in the hope that it will be useful,
17
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
18
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19
 
# GNU General Public License for more details.
20
 
#
21
 
# You should have received a copy of the GNU General Public License
22
 
# along with this program; if not, write to the Free Software
23
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
24
 
#
25
 
 
26
 
SUBDIRS = .
27
 
 
28
 
PLUGIN_DIST_COMMON = Makefile.am Makefile.in
29
 
CLEANFILES  =
30
 
EXTRA_DIST  =
31
 
 
32
 
SUFFIXES    = .so
33
 
 
34
 
INCLUDES = -I.. @INCS@
35
 
 
36
 
#
37
 
# The meat for ntop
38
 
#
39
 
noinst_PROGRAMS = 
40
 
 
41
 
lib_LTLIBRARIES = libmyrrd.la
42
 
 
43
 
libmyrrd_la_SOURCES = gdlucidab10.c  gdlucidab12l2.c  gdlucidan10.c    gdlucidan12.c  gdpng.c    parsetime.c  rrd_create.c  rrd_fetch.c  rrd_open.c gdlucidab12.c  gdlucidab14.c    gdlucidan10l2.c  gdlucidan14.c  gifsize.c  pngsize.c    rrd_error.c   rrd_graph.c  rrd_update.c  rrd_format.c rrd_last.c rrd_diff.c dummy.c
44
 
libmyrrd_la_LDFLAGS = -shared -release @DYN_FLAGS@ @PACKAGE_VERSION@ 
45
 
#$(AM_LDFLAGS) -release $(VERSION) -export-dynamic @DYN_FLAGS@
46
 
#
47
 
 
48
 
.NOTPARALLEL: