1## Process this file with automake to produce Makefile.in
2
3noinst_LIBRARIES = libzbxregexp.a
4
5libzbxregexp_a_SOURCES = \
6	zbxregexp.c
7