summaryrefslogtreecommitdiff
blob: 8e6b509ade1b8bad9b9ee46fe3e10895ab63e8d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
AUTOMAKE_OPTIONS = foreign

INCLUDES = $(RCSCRIPTS_DEFINES)

lib_LTLIBRARIES = librcscripts.la

librcscripts_la_SOURCES = \
	rcscripts.h    \
	debug.h        \
	depend.c       \
	depend.h       \
	list.h         \
	misc.c         \
	misc.h         \
	parse.c        \
	parse.h        \
	simple-regex.c \
	simple-regex.h