blob: bb4f425e1a755b132de53974847e946ebb6de601 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ai,v 1.1.1.1 2007/11/25 23:52:54 wiz Exp $
--- src/ui/Makefile.in.orig 2007-09-14 05:43:03.000000000 +0000
+++ src/ui/Makefile.in
@@ -172,7 +172,7 @@ target_cpu = @target_cpu@
target_os = @target_os@
target_vendor = @target_vendor@
AM_CPPFLAGS = -DPKG_DATA_DIR="\"$(pkgdatadir)/\""
-INCLUDES = -I$(top_srcdir)/guichan
+INCLUDES = -I$(top_srcdir)/guichan -I$(top_srcdir)/src
noinst_LIBRARIES = libui.a
libui_a_SOURCES = \
menuaction.h \
|