743f88ed7b
New in 0.2.0: * Add withdrawn state to iconify * changed license from GPL to BSD * X-target: * allow window minsize of 0/0. Prior minsize was 1/1. * support for directx * works on Windows * support for palemu and trueemu through the new pseudo-stubs target. * add API documentation
13 lines
484 B
Text
13 lines
484 B
Text
$NetBSD: patch-aa,v 1.2 2005/03/25 02:49:43 wiz Exp $
|
|
|
|
--- Makefile.in.orig 2004-11-30 23:14:55.000000000 +0100
|
|
+++ Makefile.in
|
|
@@ -193,7 +193,7 @@ sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
AUTOMAKE_OPTIONS = 1.4 foreign
|
|
SUBDIRS = include wmh display demos doc m4
|
|
-ggiconfdatadir = $(sysconfdir)/$(ggi_subdir)
|
|
+ggiconfdatadir = $(datadir)/examples/libggiwmh
|
|
ggiconfdata_DATA = libggiwmh.conf
|
|
DISTCLEANFILES = libggiwmh.conf
|
|
EXTRA_DIST = autogen.sh checkversion.sh
|