~vcs-imports/seahorse/trunk

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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
## Process this file with automake to produce Makefile.in

ACLOCAL_AMFLAGS = -I m4

if WITH_PKCS11
PKCS11_DIR = pkcs11
else
PKCS11_DIR = 
endif

if WITH_SSH
SSH_DIR = ssh
else
SSH_DIR = 
endif

if WITH_PGP
PGP_DIR = pgp
else
PGP_DIR = 
endif

SUBDIRS = libegg \
	libcryptui \
	common \
	libseahorse \
	gkr \
	$(PKCS11_DIR) \
	$(PGP_DIR) \
	$(SSH_DIR) \
	src \
	po \
	data \
	help \
	pixmaps \
	daemon \
	reference

EXTRA_DIST = \
    AUTHORS \
    COPYING \
    COPYING-DOCS \
    COPYING-LIBCRYPTUI \
    ChangeLog \
    HACKING \
    INSTALL \
    MAINTAINERS \
    NEWS \
    README \
    THANKS \
    TODO \
    seahorse.spec \
    seahorse.spec.in \
    intltool-extract.in \
    intltool-merge.in \
    intltool-update.in \
    gnome-doc-utils.make \
    omf.make

DISTCLEANFILES = \
    gnome-doc-utils.make \
    intltool-extract \
    intltool-merge \
    intltool-update
    
DISTCHECK_CONFIGURE_FLAGS = \
    --disable-scrollkeeper \
    --disable-update-mime-database \
    --enable-gtk-doc
    
distuninstallcheck:
	@: