summaryrefslogtreecommitdiff
blob: 57f82f5627d4938470b202b71180ff3fbae45de1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip

SUBDIRS = \
	data      \
	scripts   \
	include   \
	librcutil \
	librccore \
	src       \
	tests

EXTRA_DIST = \
	autogen.sh  \
	ChangeLog.0

librccore: librcutil
src: librcutil librccore
tests: librcutil librccore