blob: 416e27982ee0360c62e7684c7b276292203ccbb5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
## Process this file with automake to produce Makefile.in
NULL =
# NOTE: 'tests' subdir is disabled for now
SUBDIRS = data udisks src tools policy doc
EXTRA_DIST = \
HACKING \
$(NULL)
# xsltproc barfs on 'make distcheck'; disable for now
DISTCHECK_CONFIGURE_FLAGS=--disable-man-pages --disable-gtk-doc
clean-local :
rm -f *~
|