[monkey-bubble: 284/753] Fixed the link path for libefs.



commit c5ac992a1210a57bf616cbc5429c86ccdb80fe61
Author: Federico Mena Quintero <federico ximian com>
Date:   Thu May 17 00:17:11 2001 +0000

    Fixed the link path for libefs.
    
    2001-05-16  Federico Mena Quintero  <federico ximian com>
    
    	* storage-modules/Makefile.am (libstorage_efs_la_LDFLAGS): Fixed
    	the link path for libefs.

 monikers/Makefile.am-50588 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/monikers/Makefile.am-50588 b/monikers/Makefile.am-50588
index 57e34df..b299ad7 100644
--- a/monikers/Makefile.am-50588
+++ b/monikers/Makefile.am-50588
@@ -26,7 +26,7 @@ libstorage_efs_la_SOURCES = 	\
 
 libstorage_efs_la_LDFLAGS = 			\
 	$(common_ldflags) 			\
-	-L$(shell pwd)/$(top_builddir)/libefs/src/.libs\
+	-L$(top_builddir)/libefs/src		\
 	-lefs
 
 #



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]