summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-01-11 16:11:41 +0100
committerBastien Nocera <hadess@hadess.net>2013-01-11 16:20:53 +0100
commit5996ace846aaf824fe81b4ec43f4acc1ae55a721 (patch)
tree11d91c2037cdc9e51e6cc3e6caf41148c5b0ef65 /Makefile.am
parent082cd72df87223caa3c491c3161a8d6e8e935e2d (diff)
downloadgnome-control-center-5996ace846aaf824fe81b4ec43f4acc1ae55a721.tar.gz
build: Add libgd submodule
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index f1c7e1eef..42803bec6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,10 +1,10 @@
-ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+ACLOCAL_AMFLAGS = -I m4 -I libgd ${ACLOCAL_FLAGS}
-SUBDIRS = po egg-list-box panels shell
+SUBDIRS = libgd po egg-list-box panels shell
if BUILD_DOCUMENTATION
SUBDIRS += man
endif
-DIST_SUBDIRS = egg-list-box po panels shell man
+DIST_SUBDIRS = libgd egg-list-box po panels shell man
MAINTAINERCLEANFILES = \
$(srcdir)/INSTALL \