mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2024-12-25 21:59:30 +01:00
674cd3e838
Note: a few fixes are still needed to enable logging in the win32 builds.
11 lines
371 B
Diff
11 lines
371 B
Diff
--- Makefile.in.orig 2011-01-16 00:31:54.000000000 +0100
|
|
+++ Makefile.in 2011-01-16 00:32:05.000000000 +0100
|
|
@@ -261,7 +261,7 @@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
-SUBDIRS = include src examples tests
|
|
+SUBDIRS = include src #examples tests
|
|
DIST_SUBDIRS = include src examples tests
|
|
EXTRA_DIST = vs7 \
|
|
vs8 \
|