summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-01-27 14:20:25 +0100
committerCosimo Cecchi <cosimoc@gnome.org>2015-02-03 09:26:04 -0800
commit86b7e5fb7ba632d6265ae8e43ee290290cfa7212 (patch)
tree08017b3b982c3005a119613fded497780f7af33e /Makefile.am
parentacafafe1ce46cbe6dfd3b81123d81ec2ad569e2a (diff)
downloadnautilus-86b7e5fb7ba632d6265ae8e43ee290290cfa7212.tar.gz
general: Add libgd as a submodule
We will use it for in app notifications. https://bugzilla.gnome.org/show_bug.cgi?id=743630
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index bad8ee206..afeafc922 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,6 +4,7 @@ DIRS = \
eel \
libnautilus-extension \
libnautilus-private \
+ libgd \
src \
test \
po \
@@ -56,6 +57,6 @@ MAINTAINERCLEANFILES = \
DISTCHECK_CONFIGURE_FLAGS = --disable-update-mimedb --enable-gtk-doc
-ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+ACLOCAL_AMFLAGS = -I m4 -I libgd ${ACLOCAL_FLAGS}
-include $(top_srcdir)/git.mk