Patch to make Bonobo pass make distcheck
- From: Robin * Slomkowski <pretender parts-unknown com>
- To: gnome-components-list gnome org
- Subject: Patch to make Bonobo pass make distcheck
- Date: Thu, 17 May 2001 21:23:47 -0700
Here is a simple patche that actually puts libefs in the link path when
building bonobo with different source and destination directories.
Any suggestions?
May I check this in?
--
-R*S
San Francisco, CA
Robin * Slomkowski pretender rslomkow org
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/bonobo/ChangeLog,v
retrieving revision 1.1065
diff -u -r1.1065 ChangeLog
--- ChangeLog 2001/05/17 00:17:10 1.1065
+++ ChangeLog 2001/05/18 04:22:36
@@ -1,3 +1,10 @@
+2001-05-17 Robin * Slomkowski <rslomkow rslomkow org>
+
+ * storage-modules/Makefile.am: changed
+ -L$(top_builddir)/libefs/src to
+ -L$(top_builddir)/libefs/src/.libs as that is where the
+ files live and it makes it pass make distcheck.
+
2001-05-16 Federico Mena Quintero <federico ximian com>
* storage-modules/Makefile.am (libstorage_efs_la_LDFLAGS): Fixed
Index: storage-modules/Makefile.am
===================================================================
RCS file: /cvs/gnome/bonobo/storage-modules/Makefile.am,v
retrieving revision 1.14
diff -u -r1.14 Makefile.am
--- storage-modules/Makefile.am 2001/05/17 00:17:11 1.14
+++ storage-modules/Makefile.am 2001/05/18 04:22:37
@@ -26,7 +26,7 @@
libstorage_efs_la_LDFLAGS = \
$(common_ldflags) \
- -L$(top_builddir)/libefs/src \
+ -L$(top_builddir)/libefs/src/.libs \
-lefs
#
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]