22 lines
876 B
Plaintext
22 lines
876 B
Plaintext
$OpenBSD: patch-WINGs_Makefile_in,v 1.7 2005/11/01 17:28:34 wilfried Exp $
|
|
--- WINGs/Makefile.in.orig Sun Jun 19 05:23:00 2005
|
|
+++ WINGs/Makefile.in Mon Oct 31 18:34:05 2005
|
|
@@ -114,7 +114,7 @@ wprefs_datadir = @wprefs_datadir@
|
|
|
|
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
|
|
|
|
@@ -138,7 +138,7 @@ AM_CPPFLAGS = -DLOCALEDIR=\"$(NLSDIR)\"
|
|
|
|
AM_CFLAGS = @NOSTRICTALIASING@
|
|
|
|
-INCLUDES = -I$(top_srcdir)/WINGs/WINGs -I$(top_srcdir)/wrlib -I$(top_srcdir)/src -DRESOURCE_PATH=\"$(datadir)/WINGs\" @XFTFLAGS@ @HEADER_SEARCH_PATH@ -DDEBUG
|
|
+INCLUDES = -I$(top_srcdir)/WINGs/WINGs -I$(top_srcdir)/wrlib -I$(top_srcdir)/src -DRESOURCE_PATH=\"$(datadir)/WINGs\" @XFTFLAGS@ @HEADER_SEARCH_PATH@
|
|
|
|
|
|
DISTCLEANFILES = WINGs.pc
|