[Xfce4-commits] [apps/xfce4-dict] 41/43: Change build order for dbus.c

noreply at xfce.org noreply at xfce.org
Tue Nov 1 00:31:54 CET 2016


This is an automated email from the git hooks/post-receive script.

andre pushed a commit to branch master
in repository apps/xfce4-dict.

commit cc98104744bdbed416054674596d4467f2e9db2e
Author: Andre Miranda <andre42m at gmail.com>
Date:   Sun Oct 23 12:48:30 2016 -0300

    Change build order for dbus.c
---
 lib/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Makefile.am b/lib/Makefile.am
index a9e1dea..44f9c4e 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -2,10 +2,10 @@ noinst_LTLIBRARIES = 							\
 	libdict.la
 
 libdict_la_SOURCES =							\
-	common.c									\
-	common.h									\
 	dbus.c										\
 	dbus.h										\
+	common.c									\
+	common.h									\
 	dictd.c										\
 	dictd.h										\
 	gui.c										\

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list