~ko-de-r-de/zabbix/precise

« back to all changes in this revision

Viewing changes to src/libs/zbxregexp/Makefile.am

  • Committer: guntis
  • Date: 2013-08-01 06:46:25 UTC
  • Revision ID: svn-v4:f4e7fd02-d210-4e34-a1e0-d4093fb66cc2:trunk:37472
..F....... [ZBX-4986] absolute urls replaced with relative and fixed commit bugs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
## Process this file with automake to produce Makefile.in
2
 
 
3
 
noinst_LIBRARIES = libzbxregexp.a
4
 
 
5
 
libzbxregexp_a_SOURCES = \
6
 
        zbxregexp.c
7
 
 
8
 
EXTRA_DIST = gnuregex.c
9