aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/bonobo/libbonobo/do-not-use-srcdir-variable.patch
blob: 46f81370f1b45ee7e9bf11dd5959c5bdc83cfb43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| tests/Makefile.am:55: error: using '$(srcdir)' in TESTS is currently broken: '$(srcdir)/te
st-properties.sh'
| tests/test-activation/Makefile.am:76: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS
' (or '*_CPPFLAGS')
| utils/Makefile.am:9: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS
')
| autoreconf: automake failed with exit status: 1

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Upstream-Status: Not Submitted

Index: libbonobo-2.24.3/tests/Makefile.am
===================================================================
--- libbonobo-2.24.3.orig/tests/Makefile.am	2009-04-18 05:27:41.000000000 -0700
+++ libbonobo-2.24.3/tests/Makefile.am	2013-10-17 16:59:45.612989079 -0700
@@ -53,7 +53,7 @@
 	MODELS_DIR="$(srcdir)/models"
 
 TESTS = test-moniker$(EXEEXT) test-event-source$(EXEEXT) test-object$(EXEEXT) \
-	test-stream-mem$(EXEEXT) $(srcdir)/test-properties.sh test-storage-mem$(EXEEXT) \
+	test-stream-mem$(EXEEXT) test-properties.sh test-storage-mem$(EXEEXT) \
 	test-generic-factory.sh test-main-loop$(EXEEXT)
 check_SCRIPTS = test-properties.sh test-generic-factory.sh
 EXTRA_DIST=$(check_SCRIPTS) Test_Generic_Factory.server