Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.am « preprocessor « zabbix_server « src - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c8ba4542bf7f3895b46f7dbf54ac2645c0c031d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Process this file with automake to produce Makefile.in

noinst_LIBRARIES = libpreprocessor.a

libpreprocessor_a_SOURCES = \
	linked_list.c linked_list.h \
	preproc_worker.c preproc_worker.h \
	preproc_manager.c preproc_manager.h \
	item_preproc.c \
	item_preproc.h \
	preprocessing.c preprocessing.h \
	preproc_history.c preproc_history.h

libpreprocessor_a_CFLAGS = \
	 @LIBXML2_CFLAGS@