[gnome-todo/gnome-3-22] project: fix flags order



commit 30b17d1571b55ad1cb5d1b14fec48611116ecd80
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]