From dd7595a3475407a7fa96a97393bae8c5220e8762 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 4 Jan 2012 18:41:13 +1000 Subject: Add the base Enlightenment Foundation Libraries - eina, eet, evas, ecore, embryo, and edje. Note that embryo wont be used, but I'm not sure yet if you can build edje without it. --- libraries/evas/src/lib/engines/Makefile.am | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 libraries/evas/src/lib/engines/Makefile.am (limited to 'libraries/evas/src/lib/engines/Makefile.am') diff --git a/libraries/evas/src/lib/engines/Makefile.am b/libraries/evas/src/lib/engines/Makefile.am new file mode 100644 index 0000000..0e7706c --- /dev/null +++ b/libraries/evas/src/lib/engines/Makefile.am @@ -0,0 +1,16 @@ + +MAINTAINERCLEANFILES = Makefile.in + +SUBDIRS = common + +if BUILD_ENGINE_SOFTWARE_16 + +SUBDIRS += common_16 + +endif + +if BUILD_ENGINE_SOFTWARE_8 + +SUBDIRS += common_8 + +endif -- cgit v1.1