summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2015-05-25 14:49:23 -0700
committerCosimo Cecchi <cosimoc@gnome.org>2015-05-25 14:49:23 -0700
commit31fa9742d54b062907a841a59d04b2048a416dba (patch)
tree9b50f49fb1c39c80a202acce5e28c37e3007ee66 /Makefile.am
parent0ede29e583e876369929b8524b96f5d781d3b320 (diff)
downloadnautilus-31fa9742d54b062907a841a59d04b2048a416dba.tar.gz
build: order libgd before libnautilus-private
Since the latter now depends on the former.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index afeafc922..ee62eca68 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 \