aboutsummaryrefslogtreecommitdiff
path: root/src/helper/Makefile.am
blob: 1e82261ed7d65be5c39babf71baf3a917dae5934 (plain)
1
2
3
4
5
6
7
8
INCLUDES = $(all_includes)
METASOURCES = AUTO
AM_CPPFLAGS = -DPKGDATADIR=\"$(pkgdatadir)\" @CPPFLAGS@
noinst_LIBRARIES = libhelper.a
libhelper_a_SOURCES = binarybuffer.c configuration.c log.c interpreter.c command.c time_support.c \
	replacements.c fileio.c
noinst_HEADERS = binarybuffer.h configuration.h types.h log.h command.h \
	interpreter.h time_support.h replacements.h fileio.h