1## Process this file with automake to produce Makefile.in
2
3noinst_LIBRARIES = libpreprocessor.a
4
5libpreprocessor_a_SOURCES = \
6	item_preproc.c \
7	item_preproc.h \
8	preproc_history.c \
9	preproc_history.h \
10	preproc_manager.c \
11	preproc_manager.h \
12	preproc_worker.c \
13	preproc_worker.h \
14	preprocessing.c \
15	preprocessing.h
16
17libpreprocessor_a_CFLAGS = \
18	 $(LIBXML2_CFLAGS)
19