~ubuntu-branches/ubuntu/hardy/nagios-plugins/hardy-updates

« back to all changes in this revision

Viewing changes to lib/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2007-12-07 09:47:04 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20071207094704-q31hfyuxidzeqzhk
Tags: 1.4.10-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Remove build-dep on libsnmp*-dev
  - debian/control: Set Ubuntu MOTU as maintainer

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
noinst_LIBRARIES = libnagiosplug.a
6
6
 
7
7
 
8
 
libnagiosplug_a_SOURCES = utils_base.c utils_disk.c
9
 
EXTRA_DIST = utils_base.h utils_disk.h
 
8
libnagiosplug_a_SOURCES = utils_base.c utils_disk.c utils_tcp.c utils_cmd.c
 
9
EXTRA_DIST = utils_base.h utils_disk.h utils_tcp.h utils_cmd.h
10
10
 
11
11
INCLUDES = -I$(srcdir) -I$(top_srcdir)/gl -I$(top_srcdir)/intl -I$(top_srcdir)/plugins
12
12