diff options
author | Mike Blumenkrantz <m.blumenkran@samsung.com> | 2013-03-15 13:35:31 +0000 |
---|---|---|
committer | Mike Blumenkrantz <m.blumenkran@samsung.com> | 2013-03-15 13:35:31 +0000 |
commit | f4da77932db96d0e4a090cbfd28f6983e28c46da (patch) | |
tree | a90d495dbecd1d1ffa9ae71dbd3135b40440e9fa /src/bin | |
parent | 12d6309d9a85735d2960537f2fab7ce723294f16 (diff) | |
download | enlightenment-f4da77932db96d0e4a090cbfd28f6983e28c46da.tar.gz |
add optional azy support to e
Diffstat (limited to 'src/bin')
-rw-r--r-- | src/bin/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index 105ae48cb2..fd930ef66f 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am @@ -13,6 +13,7 @@ AM_CPPFLAGS = \ @VALGRIND_CFLAGS@ \ @EDJE_DEF@ \ @ELM_CFLAGS@ \ +@AZY_CFLAGS@ \ @EMOTION_CFLAGS@ \ @WAYLAND_CFLAGS@ \ -DPACKAGE_BIN_DIR=\"@PACKAGE_BIN_DIR@\" \ @@ -393,7 +394,7 @@ e_main.c \ $(enlightenment_src) enlightenment_LDFLAGS = -export-dynamic -enlightenment_LDADD = @e_libs@ @ELM_LIBS@ @EMOTION_LIBS@ @dlopen_libs@ @cf_libs@ @VALGRIND_LIBS@ @WAYLAND_LIBS@ -lm +enlightenment_LDADD = @e_libs@ @ELM_LIBS@ @AZY_LIBS@ @EMOTION_LIBS@ @dlopen_libs@ @cf_libs@ @VALGRIND_LIBS@ @WAYLAND_LIBS@ -lm enlightenment_imc_SOURCES = \ e.h \ |