61739a6871
wxSVG is C++ library to create, manipulate and render SVG files. ok ajacoutot@
14 lines
315 B
Plaintext
14 lines
315 B
Plaintext
$OpenBSD: patch-Makefile_am,v 1.1.1.1 2008/05/17 17:10:40 jasper Exp $
|
|
|
|
Don't build unneeded and not-working tools.
|
|
|
|
--- Makefile.am.orig Fri May 16 00:22:23 2008
|
|
+++ Makefile.am Fri May 16 00:22:29 2008
|
|
@@ -1,5 +1,5 @@
|
|
|
|
-SUBDIRS = src svgview svgui include
|
|
+SUBDIRS = src svgview include
|
|
|
|
ACLOCAL_AMFLAGS=-I.
|
|
|