[nautilus] Don't use LDFLAGS for the eel library.
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] Don't use LDFLAGS for the eel library.
- Date: Fri, 9 Apr 2010 12:24:30 +0000 (UTC)
commit 31b4b4adda7a9da23b611966176c7f7b7ae552cd
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Fri Apr 9 14:25:10 2010 +0200
Don't use LDFLAGS for the eel library.
libeel is a convenience library now, so it should pull its dependecies
using LIBADD, not LDFLAGS. Patch by Josselin Mouette (#604575).
eel/Makefile.am | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/eel/Makefile.am b/eel/Makefile.am
index 75ffe0b..583a320 100644
--- a/eel/Makefile.am
+++ b/eel/Makefile.am
@@ -17,6 +17,9 @@ INCLUDES = \
libeel_2_la_LDFLAGS = \
-no-undefined \
+ $(NULL)
+
+libeel_2_la_LIBADD = \
$(CORE_LIBS) \
$(RENDER_LIBS) \
$(X_LIBS) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]