forked from blueman-project/blueman
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Makefile.am
53 lines (47 loc) · 941 Bytes
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
SUBDIRS = \
apps \
blueman \
data \
module \
po \
sendto \
test
DIST_DOCS = \
CHANGELOG.md \
COPYING \
FAQ \
README.md
EXTRA_DIST = \
${DIST_DOCS} \
meson.build \
po/meson.build
MAINTAINERCLEANFILES = \
Makefile.in \
aclocal.m4 \
configure \
config.h.in \
config.rpath \
depcomp \
missing \
install-sh \
ABOUT-NLS \
config.rpath \
po/Makefile.in.in \
po/Makefile.in \
po/Makefile \
po/Makevars.template \
po/quot.sed \
po/remove-potcdate.sin \
po/Rules-quot \
po/blueman.pot \
po/boldquot.sed \
po/*.header \
po/stamp-po \
po/insert-header.sin \
$NULL
doc_DATA = ${DIST_DOCS}
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
# distcheck fails trying to install to the live filesystem
AM_DISTCHECK_CONFIGURE_FLAGS = \
--with-systemdsystemunitdir='$$(prefix)/lib/systemd/system' \
--with-systemduserunitdir='$$(prefix)/lib/systemd/user'