From 4df525714b236ecb69f26ed1299e32ff35fd8d72 Mon Sep 17 00:00:00 2001 From: tasn Date: Thu, 5 May 2011 12:42:46 +0000 Subject: [PATCH] Evas: Actually add the static_deps make file. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59210 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/static_deps/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/static_deps/Makefile.am diff --git a/src/static_deps/Makefile.am b/src/static_deps/Makefile.am new file mode 100644 index 0000000..a724b72 --- /dev/null +++ b/src/static_deps/Makefile.am @@ -0,0 +1,6 @@ +MAINTAINERCLEANFILES = Makefile.in + +SUBDIRS = "" +if EVAS_USE_LINEBREAK +SUBDIRS += liblinebreak +endif -- 2.7.4