[gnome-todo] project: fix flags order
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-todo] project: fix flags order
- Date: Tue, 20 Dec 2016 01:32:23 +0000 (UTC)
commit dcd36e53ae4432c04479a235616abb228ee0f8c2
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Mon Dec 19 23:31:09 2016 -0200
project: fix flags order
src/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 094d463..f6d1194 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -104,11 +104,11 @@ gnome_todo_LDFLAGS = \
$(GNOME_TODO_WARN_LDFLAGS)
gnome_todo_LDADD = \
- $(GNOME_TODO_LIBS) \
$(top_builddir)/plugins/eds/libeds.la \
$(top_builddir)/plugins/dark-theme/libdarktheme.la \
$(top_builddir)/plugins/scheduled-panel/libscheduledpanel.la \
- $(top_builddir)/plugins/today-panel/libtodaypanel.la
+ $(top_builddir)/plugins/today-panel/libtodaypanel.la \
+ $(GNOME_TODO_LIBS)
gnome_todo_DEPENDENCIES = \
$(top_builddir)/plugins/eds/libeds.la \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]