[Xfce4-commits] <xfce4-notes-plugin:master> Link xfce4-notes-settings against static lib useful for -lm

Mike Massonnet noreply at xfce.org
Tue Mar 30 11:14:01 CEST 2010


Updating branch refs/heads/master
         to a982667d54c42024274da1ef0408aad2918392c8 (commit)
       from e4f8e251f7ad8d7f7691c131eda34443e91c3e4a (commit)

commit a982667d54c42024274da1ef0408aad2918392c8
Author: Mike Massonnet <mmassonnet at xfce.org>
Date:   Tue Mar 30 11:13:23 2010 +0200

    Link xfce4-notes-settings against static lib useful for -lm

 ChangeLog       |    4 ++++
 src/Makefile.am |    3 +--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ae9b63d..dbac42f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-03-03  Mike Massonnet <mmassonnet at xfce.org>
+
+Link xfce4-notes-settings against static lib useful for -lm
+
 2010-03-29  Mike Massonnet <mmassonnet at xfce.org>
 
 Include gtk+-2.0.vapi file with deprecations from GTK+ 2.14
diff --git a/src/Makefile.am b/src/Makefile.am
index b149c10..f69ab0f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -30,8 +30,6 @@ xfce4_popup_notes_LDADD =						\
 bin_PROGRAMS += xfce4-notes-settings
 
 xfce4_notes_settings_SOURCES =						\
-	$(top_srcdir)/lib/color.c					\
-	$(top_srcdir)/lib/color.h					\
 	defines.h							\
 	xfce4-notes-settings.c
 
@@ -43,6 +41,7 @@ xfce4_notes_settings_CFLAGS =						\
 	@UNIQUE_CFLAGS@
 
 xfce4_notes_settings_LDADD =						\
+	$(top_builddir)/lib/libnotes.la					\
 	@LIBX11_LIBS@							\
 	@GTK_LIBS@							\
 	@LIBXFCEGUI4_LIBS@						\



More information about the Xfce4-commits mailing list