aboutsummaryrefslogtreecommitdiffstats
path: root/fsodeviced/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'fsodeviced/Makefile.am')
-rw-r--r--fsodeviced/Makefile.am13
1 files changed, 11 insertions, 2 deletions
diff --git a/fsodeviced/Makefile.am b/fsodeviced/Makefile.am
index 2b8a4172..af8c52db 100644
--- a/fsodeviced/Makefile.am
+++ b/fsodeviced/Makefile.am
@@ -3,12 +3,21 @@ include $(top_srcdir)/Makefile.decl
NULL =
SUBDIRS = \
- conf \
- data \
src \
tests \
$(NULL)
+if WANT_DATAFILES
+SUBDIRS += \
+ conf \
+ data \
+ $(NULL)
+endif
+
+DISTCHECK_CONFIGURE_FLAGS = \
+ --disable-datafiles \
+ $(NULL)
+
MAINTAINERCLEANFILES = \
aclocal.m4 compile config.guess config.sub \
configure depcomp install-sh ltmain.sh \