• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
2
3SUBDIRS = \
4	src
5
6if ENABLE_PROGRAMS
7SUBDIRS += \
8	rules \
9	test
10endif
11
12if ENABLE_MANPAGES
13SUBDIRS += \
14	man
15endif
16
17if ENABLE_HWDB
18SUBDIRS += \
19	hwdb
20endif
21
22if ENABLE_RULE_GENERATOR
23SUBDIRS += \
24	rule_generator
25endif
26