diff options
author | David Walter Seikel | 2012-01-04 18:41:13 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-01-04 18:41:13 +1000 |
commit | dd7595a3475407a7fa96a97393bae8c5220e8762 (patch) | |
tree | e341e911d7eb911a51684a7412ef7f7c7605d28e /libraries/eet/src/tests/Makefile.am | |
parent | Add the skeleton. (diff) | |
download | SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.zip SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.gz SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.bz2 SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.xz |
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.
Diffstat (limited to '')
-rw-r--r-- | libraries/eet/src/tests/Makefile.am | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libraries/eet/src/tests/Makefile.am b/libraries/eet/src/tests/Makefile.am new file mode 100644 index 0000000..c90a1d5 --- /dev/null +++ b/libraries/eet/src/tests/Makefile.am | |||
@@ -0,0 +1,17 @@ | |||
1 | MAINTAINERCLEANFILES = Makefile.in | ||
2 | |||
3 | AM_CPPFLAGS = \ | ||
4 | -I$(top_srcdir)/src/lib \ | ||
5 | @CHECK_CFLAGS@ \ | ||
6 | @EINA_CFLAGS@ | ||
7 | |||
8 | if EFL_ENABLE_TESTS | ||
9 | |||
10 | check_PROGRAMS = eet_suite | ||
11 | |||
12 | eet_suite_SOURCES = eet_suite.c eet_data_suite.c | ||
13 | eet_suite_LDADD = $(top_builddir)/src/lib/libeet.la @EINA_LIBS@ @CHECK_LIBS@ | ||
14 | |||
15 | endif | ||
16 | |||
17 | EXTRA_DIST = eet_suite.h cert.pem key_enc_none.pem key_enc.pem key.pem | ||