diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2012-10-26 06:57:11 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2012-10-26 06:57:11 +0000 |
commit | 124e0d4afdff0937d8be8014f4dea5f78aa9f76f (patch) | |
tree | e62a139defd1608357e0cf4700b1dae285b31285 /src/bin/eet/Makefile.am | |
parent | fd2a6181fa3e3d0ef935bdfca0dfc301be6de180 (diff) | |
download | efl-124e0d4afdff0937d8be8014f4dea5f78aa9f76f.tar.gz efl-124e0d4afdff0937d8be8014f4dea5f78aa9f76f.tar.xz efl-124e0d4afdff0937d8be8014f4dea5f78aa9f76f.zip |
merge: add a holdall variable
SVN revision: 78503
Diffstat (limited to 'src/bin/eet/Makefile.am')
-rw-r--r-- | src/bin/eet/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/eet/Makefile.am b/src/bin/eet/Makefile.am index 197263026..504f36cf5 100644 --- a/src/bin/eet/Makefile.am +++ b/src/bin/eet/Makefile.am @@ -8,6 +8,7 @@ AM_CPPFLAGS = \ -DPACKAGE_BIN_DIR=\"$(bindir)\" \ -DPACKAGE_LIB_DIR=\"$(libdir)\" \ -DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \ +@EFL_CFLAGS@ \ @EET_CFLAGS@ if HAVE_WINDOWS |