projects
/
profile
/
ivi
/
edje.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35536bd
)
Edje fix installation of edje_recc on cygwin
author
caro
<caro>
Sun, 11 Nov 2012 07:04:40 +0000
(07:04 +0000)
committer
caro
<caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 11 Nov 2012 07:04:40 +0000
(07:04 +0000)
Patch by Yaakov Selkowitz
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@79103
7cbeb6ba
-43b4-40fd-8cce-
4c39aea84d33
src/bin/Makefile.am
patch
|
blob
|
history
diff --git
a/src/bin/Makefile.am
b/src/bin/Makefile.am
index
69d35c9
..
7584fc1
100644
(file)
--- a/
src/bin/Makefile.am
+++ b/
src/bin/Makefile.am
@@
-4,7
+4,9
@@
if BUILD_EPP
SUBDIRS = epp
endif
-bin_SCRIPTS = @EDJE_RECC_PRG@
+if BUILD_EDJE_RECC
+bin_SCRIPTS = edje_recc
+endif
bin_PROGRAMS = @EDJE_CC_PRG@ @EDJE_DECC_PRG@ @EDJE_PLAYER_PRG@ @EDJE_INSPECTOR_PRG@ @EDJE_EXTERNAL_INSPECTOR_PRG@ @EDJE_CODEGEN_PRG@ @EDJE_PICK_PRG@