22 lines
918 B
Plaintext
22 lines
918 B
Plaintext
$OpenBSD: patch-WINGs_Makefile_in,v 1.6 2002/01/04 22:40:02 wilfried Exp $
|
|
--- WINGs/Makefile.in.orig Tue Dec 18 06:44:15 2001
|
|
+++ WINGs/Makefile.in Fri Jan 4 13:30:28 2002
|
|
@@ -97,7 +97,7 @@ wprefsdir = @wprefsdir@
|
|
|
|
AUTOMAKE_OPTIONS = no-dependencies
|
|
|
|
-SUBDIRS = WINGs . po Documentation Resources Examples Extras Tests
|
|
+SUBDIRS = WINGs . po Documentation Resources Extras
|
|
|
|
#libWINGs_la_LDFLAGS = -version-info 1:1:0
|
|
|
|
@@ -118,7 +118,7 @@ libWUtil_a_SOURCES = array.c bagtree.
|
|
|
|
CPPFLAGS = @CPPFLAGS@ -DLOCALEDIR=\"$(NLSDIR)\"
|
|
|
|
-INCLUDES = -I$(top_srcdir)/WINGs/WINGs -I$(top_srcdir)/wrlib -I$(top_srcdir)/src -DRESOURCE_PATH=\"$(datadir)/WINGs\" @HEADER_SEARCH_PATH@ -DDEBUG
|
|
+INCLUDES = -I$(top_srcdir)/WINGs/WINGs -I$(top_srcdir)/wrlib -I$(top_srcdir)/src -DRESOURCE_PATH=\"$(datadir)/WINGs\" @HEADER_SEARCH_PATH@
|
|
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
CONFIG_HEADER = ../src/config.h
|