15 lines
326 B
Text
15 lines
326 B
Text
$NetBSD: patch-Makefile.am,v 1.2 2015/03/18 17:46:32 dholland Exp $
|
|
|
|
Don't build own libltdl.
|
|
|
|
--- Makefile.am.orig 2007-09-13 22:01:46.000000000 +0000
|
|
+++ Makefile.am
|
|
@@ -3,7 +3,7 @@
|
|
|
|
AUTOMAKE_OPTIONS= foreign
|
|
|
|
-SUBDIRS = include libsee libltdl shell doc
|
|
+SUBDIRS = include libsee shell doc
|
|
if SSP
|
|
SUBDIRS += ssp
|
|
endif
|