13 lines
475 B
Plaintext
13 lines
475 B
Plaintext
$OpenBSD: patch-Makefile_am,v 1.1 2004/06/08 20:21:24 danh Exp $
|
|
--- Makefile.am.orig 2004-04-06 17:29:41.000000000 -0400
|
|
+++ Makefile.am 2004-06-08 13:45:41.000000000 -0400
|
|
@@ -16,7 +16,7 @@ SUBDIRS_2 = libpng-1.0.9
|
|
endif
|
|
|
|
# build the following subdirectories
|
|
-SUBDIRS = cgilib-0.4 gd1.3 $(SUBDIRS_1) $(SUBDIRS_2) \
|
|
+SUBDIRS = cgilib-0.4 $(SUBDIRS_1) $(SUBDIRS_2) \
|
|
src doc examples contrib tcl
|
|
|
|
# the following files are not mentioned in any other Makefile
|