[gnome-software/wip/rancell/apt] Re-order Makefile to build generated files first



commit 830189662d86116be699e01e4641923493103f23
Author: Robert Ancell <robert ancell canonical com>
Date:   Thu Feb 25 17:02:13 2016 +1300

    Re-order Makefile to build generated files first

 src/plugins/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
index d8d75c4..c7182cb 100644
--- a/src/plugins/Makefile.am
+++ b/src/plugins/Makefile.am
@@ -139,9 +139,9 @@ ubuntu-unity-launcher-proxy.c ubuntu-unity-launcher-proxy.h: com.canonical.Unity
 
 
 libgs_plugin_apt_la_SOURCES = \
-       gs-plugin-apt.c \
        ubuntu-unity-launcher-proxy.c \
-       ubuntu-unity-launcher-proxy.h
+       ubuntu-unity-launcher-proxy.h \
+       gs-plugin-apt.c
 libgs_plugin_apt_la_LIBADD = $(GS_PLUGIN_LIBS)
 libgs_plugin_apt_la_LDFLAGS = -module -avoid-version
 libgs_plugin_apt_la_CFLAGS = $(GS_PLUGIN_CFLAGS) $(WARN_CFLAGS)


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