mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2024-12-25 21:59:30 +01:00
0a1a46942e
This brings various improvements in the Makefile as well. Qt is currently broken though.
11 lines
259 B
Diff
11 lines
259 B
Diff
--- Makefile.am.orig 2018-01-06 05:58:31.000000000 +0100
|
|
+++ Makefile.am 2018-07-26 00:18:30.256491382 +0200
|
|
@@ -1,7 +1,7 @@
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
-SUBDIRS = lib doc tinytest tests
|
|
+SUBDIRS = lib tinytest tests
|
|
|
|
if BUILDEXAMPLES
|
|
SUBDIRS += examples
|