blob: 7832811c4608e14205479b1d6a9d674c6b4ca3e9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.in.orig 2008-02-11 20:04:47.000000000 -0500
+++ Makefile.in 2008-02-11 20:05:02.000000000 -0500
@@ -60,7 +60,7 @@ RECURSIVE_CLEAN_TARGETS = mostlyclean-re
distclean-recursive maintainer-clean-recursive
ETAGS = etags
CTAGS = ctags
-DIST_SUBDIRS = common client daemon gconf po programs test hal
+DIST_SUBDIRS = common client daemon gconf po programs hal
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
|