blob: 8b9199f53df6dc58fbc2a6a658483e137599503c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Disable compilation of demo binaries.
--- motif-2.3.8-orig/Makefile.am
+++ motif-2.3.8/Makefile.am
@@ -27,7 +27,6 @@
include \
tools \
clients \
- doc \
- demos
+ doc
AUTOMAKE_OPTIONS = 1.4
ACLOCAL_AMFLAGS = -I .
|