[nautilus] build: link eel and libnautilus-private to libm
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] build: link eel and libnautilus-private to libm
- Date: Mon, 20 Feb 2012 17:32:44 +0000 (UTC)
commit 3da42acd7a4da971294708e683394a2292c54c12
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon Feb 20 18:28:58 2012 +0100
build: link eel and libnautilus-private to libm
eel/Makefile.am | 1 +
libnautilus-private/Makefile.am | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/eel/Makefile.am b/eel/Makefile.am
index a110d4b..ac2d1d6 100644
--- a/eel/Makefile.am
+++ b/eel/Makefile.am
@@ -23,6 +23,7 @@ libeel_2_la_LIBADD = \
$(BASE_LIBS) \
$(COMMON_LIBS) \
$(RENDER_LIBS) \
+ -lm \
$(NULL)
eel_headers = \
diff --git a/libnautilus-private/Makefile.am b/libnautilus-private/Makefile.am
index 63db97f..8c93c1a 100644
--- a/libnautilus-private/Makefile.am
+++ b/libnautilus-private/Makefile.am
@@ -55,6 +55,7 @@ libnautilus_private_la_LIBADD = \
$(BASE_LIBS) \
$(COMMON_LIBS) \
$(NAUTILUS_LIBS) \
+ -lm \
$(NULL)
libnautilus_private_la_SOURCES = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]