diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-11-25 13:29:44 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-11-25 20:05:45 +0200 |
commit | a7a79ee92d5663248abdc3f6d1476e28c1abda6a (patch) | |
tree | c9c2e02a301b88d770f38680c10b4f6ef3d84606 /Makefile.fetch | |
parent | 5cec4ea827570a5bb0a368025f3733b841107d07 (diff) |
Move clew into a library of its own
Change-Id: Ifb7e86b078bd549506a9cc1b9ce9fc22fffc5eec
Diffstat (limited to 'Makefile.fetch')
-rw-r--r-- | Makefile.fetch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.fetch b/Makefile.fetch index 7aee66a1435e..84e5f80444df 100644 --- a/Makefile.fetch +++ b/Makefile.fetch @@ -115,6 +115,7 @@ $(WORKDIR)/download: $(BUILDDIR)/config_host.mk $(SRCDIR)/download.lst $(SRCDIR) $(call fetch_Optional,CAIRO,CAIRO_TARBALL) \ $(call fetch_Optional,CAIRO,PIXMAN_TARBALL) \ $(call fetch_Optional,CDR,CDR_TARBALL) \ + $(call fetch_Optional,CLCC,CLCC_TARBALL) \ $(call fetch_Optional,CLUCENE,CLUCENE_TARBALL) \ $(call fetch_Optional,CMIS,CMIS_TARBALL) \ $(call fetch_Optional,COINMP,COINMP_TARBALL) \ |