~ubuntu-dev/ubuntu/lucid/zabbix/lucid-201002110857

« back to all changes in this revision

Viewing changes to src/libs/zbxsysinfo/openbsd/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Ablassmeier
  • Date: 2007-07-02 09:06:51 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070702090651-8l6fl3fjw9rh6l2u
Tags: 1:1.4.1-2
Add patch from SVN in order to fix Incorrect processing of character '%'
in user parameters and remote commands.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SUBDIRS=
2
 
 
3
 
libzbxsysinfo2_a_SOURCES=cpu.c diskio.c diskspace.c inodes.c kernel.c memory.c net.c proc.c sensors.c swap.c uptime.c
4
 
 
5
 
lib_LIBRARIES=libzbxsysinfo2.a
6
 
libzbxsysinfo2_a_LIBADD = ../../zbxcommon/libzbxcommon.a ../../zbxcrypto/libzbxcrypto.a
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
noinst_LIBRARIES = libspecsysinfo.a
 
4
 
 
5
libspecsysinfo_a_CFLAGS = -I@top_srcdir@/src/zabbix_agent/
 
6
 
 
7
libspecsysinfo_a_SOURCES = \
 
8
        cpu.c \
 
9
        diskio.c \
 
10
        diskspace.c \
 
11
        inodes.c \
 
12
        kernel.c \
 
13
        memory.c \
 
14
        net.c \
 
15
        proc.c \
 
16
        sensors.c \
 
17
        swap.c \
 
18
        uptime.c