[nautilus] build: order libgd before libnautilus-private



commit 31fa9742d54b062907a841a59d04b2048a416dba
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon May 25 14:49:23 2015 -0700

    build: order libgd before libnautilus-private
    
    Since the latter now depends on the former.

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index afeafc9..ee62eca 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,8 +3,8 @@ include $(top_srcdir)/Makefile.shared
 DIRS =                         \
        eel                     \
        libnautilus-extension   \
-       libnautilus-private     \
        libgd                   \
+       libnautilus-private     \
        src                     \
        test                    \
        po                      \


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