~cschieli/freebox-elixir/emotion-binding

« back to all changes in this revision

Viewing changes to src/bin/Makefile.am

  • Committer: Cédric Schieli
  • Date: 2010-08-30 20:20:12 UTC
  • Revision ID: cschieli@gmail.com-20100830202012-x2c9gr7s5kv0axrg
* elixir: correctly build elixir binary with static emotion binding.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
elixir_compile_LDADD += @SQLITE_LIBS@
58
58
endif
59
59
 
 
60
if EINA_STATIC_BUILD_EMOTION
 
61
elixir_compile_LDADD += @EMOTION_LIBS@
 
62
endif
 
63
 
60
64
endif
61
65
 
62
66
endif
100
104
elixir_LDADD += @SQLITE_LIBS@
101
105
endif
102
106
 
 
107
if EINA_STATIC_BUILD_EMOTION
 
108
elixir_LDADD += @EMOTION_LIBS@
 
109
endif
 
110
 
103
111
endif