File: 05-use-sys-tinyxml.diff

package info (click to toggle)
antigrav 0.0.3-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,728 kB
  • sloc: cpp: 7,409; xml: 5,603; sh: 3,366; python: 150; makefile: 44
file content (25 lines) | stat: -rw-r--r-- 774 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Date: Wed, 13 Apr 2016 09:18:11 +0200
Subject: use-sys-tinyxml

===================================================================
---
 src/Makefile.am | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 6ba0c0a..009787e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,8 +1,8 @@
 bin_PROGRAMS = antigrav
 
-INCLUDES = -W -Wall -DTIXML_USE_STL -Itinyxml/ -DDATADIR="\"$(datadir)/$(PACKAGE)\""
-SUBDIRS = tinyxml
-LDADD = tinyxml/libtinyxml.a
+INCLUDES = -W -Wall -DTIXML_USE_STL -DDATADIR="\"$(datadir)/$(PACKAGE)\""
+# SUBDIRS = tinyxml
+LDADD = -ltinyxml
 
 antigrav_SOURCES = main.cpp antigrav.h extensions.h \
 		craft.cpp craft.h \