[gnote] Remove lib prefix from NoteOfTheDay.



commit 306f2a340893ea931a0a1e36bc1de42edaf9c14f
Author: Aurimas Ä?ernius <aurisc4 gmail com>
Date:   Thu Oct 28 22:20:31 2010 +0300

    Remove lib prefix from NoteOfTheDay.
    
    Gnote addin libraries are built without lib prefix. Make NoteOfTheDay the same.
    Fixes 620013.

 src/addins/noteoftheday/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/addins/noteoftheday/Makefile.am b/src/addins/noteoftheday/Makefile.am
index b28b6b0..2379bc7 100644
--- a/src/addins/noteoftheday/Makefile.am
+++ b/src/addins/noteoftheday/Makefile.am
@@ -2,9 +2,9 @@
 include $(builddir)/../addins.mk
 
 addinsdir = $(ADDINSDIR)
-addins_LTLIBRARIES = libnoteoftheday.la
+addins_LTLIBRARIES = noteoftheday.la
 
-libnoteoftheday_la_SOURCES = \
+noteoftheday_la_SOURCES = \
 	noteoftheday.hpp \
 	noteoftheday.cpp \
 	noteofthedayapplicationaddin.hpp \



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