diff options
author | Larry Jr <larry.olj@gmail.com> | 2015-04-05 15:19:45 +0200 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-04-05 15:19:45 +0200 |
commit | 05eecf5c8fdceda95649b4ccda7014a76fb0347f (patch) | |
tree | 10808095037fd97d73a19682b059a073f3086517 /Makefile.am | |
parent | c8a9769665dca871e1622a4aa19d8084a8b42247 (diff) |
emodel: Created Emodel and Eio_Model.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index dee94789e5..14b8572bb1 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -143,6 +143,7 @@ pc/ecore-evas.pc \ | |||
143 | pc/ecore-avahi.pc \ | 143 | pc/ecore-avahi.pc \ |
144 | pc/ector.pc \ | 144 | pc/ector.pc \ |
145 | pc/embryo.pc \ | 145 | pc/embryo.pc \ |
146 | pc/emodel.pc \ | ||
146 | pc/eio.pc \ | 147 | pc/eio.pc \ |
147 | pc/eldbus.pc \ | 148 | pc/eldbus.pc \ |
148 | pc/efreet.pc \ | 149 | pc/efreet.pc \ |
@@ -162,7 +163,9 @@ pc/ecore-cxx.pc \ | |||
162 | pc/eolian-cxx.pc \ | 163 | pc/eolian-cxx.pc \ |
163 | pc/edje-cxx.pc \ | 164 | pc/edje-cxx.pc \ |
164 | pc/eet-cxx.pc \ | 165 | pc/eet-cxx.pc \ |
165 | pc/eo-cxx.pc | 166 | pc/eo-cxx.pc \ |
167 | pc/emodel-cxx.pc \ | ||
168 | pc/eio-cxx.pc | ||
166 | endif | 169 | endif |
167 | 170 | ||
168 | if HAVE_ELUA | 171 | if HAVE_ELUA |