blob: b276320c99e8768a1c6961c6e8d219cd1d55fd06 (
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
|
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,8 +23,7 @@ SUBDIRS = \
pixmaps \
po \
po-doc \
- $(PYTHON_SUBDIR) \
- tests
+ $(PYTHON_SUBDIR)
AUTOMAKE_OPTIONS = \
1.8 \
--- a/Makefile.in
+++ b/Makefile.in
@@ -66,7 +66,7 @@ ETAGS = etags
CTAGS = ctags
DIST_SUBDIRS = exo exo-csource exo-support exo-desktop-item-edit \
exo-hal exo-helper exo-mount exo-mount-notify exo-open docs \
- icons pixmaps po po-doc python tests
+ icons pixmaps po po-doc python
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
@@ -306,8 +306,7 @@ SUBDIRS = \
pixmaps \
po \
po-doc \
- $(PYTHON_SUBDIR) \
- tests
+ $(PYTHON_SUBDIR)
AUTOMAKE_OPTIONS = \
1.8 \
|