blob: c575abbedf151c5dd89ced790f3c01e172c30d00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- Makefile.am.orig 2005-08-12 13:36:39.000000000 +0200
+++ Makefile.am 2005-08-12 13:36:57.000000000 +0200
@@ -1,4 +1,4 @@
-SUBDIRS = src vformat test doc
+SUBDIRS = src vformat
EXTRA_DIST = common/types.h vf_iface.h
--- Makefile.in.orig 2005-08-12 13:36:46.000000000 +0200
+++ Makefile.in 2005-08-12 13:37:15.000000000 +0200
@@ -66,7 +66,7 @@
RANLIB = @RANLIB@
VERSION = @VERSION@
-SUBDIRS = src vformat test doc
+SUBDIRS = src vformat
EXTRA_DIST = common/types.h vf_iface.h
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|