blob: 218a290222b7f95528e30bf131a01ef2ec646e5c (
plain)
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
|
SUBDIRS = \
ohmd \
po \
initscript \
docs \
libohm \
libidletime \
tools \
etc \
plugins
pkgconfigdir = ${libdir}/pkgconfig
pkgconfig_DATA = ohm.pc
dbusdir = @DBUS_SYS_DIR@
dist_dbus_DATA = ohm.conf
EXTRA_DIST = \
$(dbusconf_DATA) \
intltool-update.in \
intltool-merge.in \
intltool-extract.in \
ohm.pc.in \
ohm.conf.in
DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update
MAINTAINERCLEANFILES = \
Makefile.in \
aclocal.m4 \
config.guess \
config.h.in \
config.sub \
configure \
depcomp \
install-sh \
libtool \
ltmain.sh \
missing \
autom4te.cache/* \
po/$(GETTEXT_PACKAGE).pot \
po/*.bak
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --with-xauth-dir=/home/user
|