View | Details | Raw Unified | Return to bug 54566
Collapse All | Expand All

(-)gmetadom/files/patch-src::gdome_cpp_smart::Makefile.in (-11 lines)
Lines 1-11 Link Here
1
--- src/gdome_cpp_smart/Makefile.in.orig	Mon Jul 14 11:41:04 2003
2
+++ src/gdome_cpp_smart/Makefile.in	Mon Jul 14 11:41:12 2003
3
@@ -110,7 +110,7 @@
4
 VERSION = @VERSION@
5
 XSLTPROC = @XSLTPROC@
6
 
7
-SUBDIRS = xsl include basic core events . test
8
+SUBDIRS = xsl include basic core events .
9
 
10
 lib_LTLIBRARIES = libgmetadom_gdome_cpp_smart.la
11
 
(-)gmetadom/files/patch-src::gdome_cpp_smart::test::main.cc (+10 lines)
Line 0 Link Here
1
--- src/gdome_cpp_smart/test/main.cc.orig	Thu Jul 17 11:35:05 2003
2
+++ src/gdome_cpp_smart/test/main.cc	Thu Jul 17 11:36:16 2003
3
@@ -21,6 +21,7 @@
4
  * or send an email to <luca.padovani@cs.unibo.it>
5
  */
6
 
7
+#include <assert.h>
8
 #include <config.h>
9
 
10
 #include <gdome.h>

Return to bug 54566