[gnome-todo] eds plugin: turn into a library archive
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-todo] eds plugin: turn into a library archive
- Date: Thu, 6 Oct 2016 16:04:16 +0000 (UTC)
commit 373c66722af67281b01e073d120bd78c62c47dfa
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Thu Oct 6 12:57:29 2016 -0300
eds plugin: turn into a library archive
plugins/eds/Makefile.am | 6 +++---
src/Makefile.am | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/plugins/eds/Makefile.am b/plugins/eds/Makefile.am
index 1ab9b59..78f1ffc 100644
--- a/plugins/eds/Makefile.am
+++ b/plugins/eds/Makefile.am
@@ -1,8 +1,8 @@
include $(top_srcdir)/common.am
-noinst_LTLIBRARIES = libeds.a
+noinst_LTLIBRARIES = libeds.la
-libeds_a_SOURCES = \
+libeds_la_SOURCES = \
gtd-panel-today.c \
gtd-panel-today.h \
gtd-panel-scheduled.c \
@@ -18,7 +18,7 @@ libeds_a_SOURCES = \
gtd-task-list-eds.c \
gtd-task-list-eds.h
-libeds_a_CFLAGS = \
+libeds_la_CFLAGS = \
$(GNOME_TODO_PLUGIN_CFLAGS) \
$(GNOME_TODO_PLUGIN_WARN_CFLAGS) \
-DGOA_API_IS_SUBJECT_TO_CHANGE \
diff --git a/src/Makefile.am b/src/Makefile.am
index f544f36..1cd7b9a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -98,11 +98,11 @@ gnome_todo_LDFLAGS = \
gnome_todo_LDADD = \
$(GNOME_TODO_LIBS) \
- $(top_builddir)/plugins/eds/libeds.a \
+ $(top_builddir)/plugins/eds/libeds.la \
$(top_builddir)/plugins/dark-theme/libdarktheme.la
gnome_todo_DEPENDENCIES = \
- $(top_builddir)/plugins/eds/libeds.a \
+ $(top_builddir)/plugins/eds/libeds.la \
$(top_builddir)/plugins/dark-theme/libdarktheme.la
#
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]