diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2013-01-03 20:37:42 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2013-01-03 20:37:42 +0000 |
commit | 68188ac0c89407cb35a0f04f86ad44b0deb95bdb (patch) | |
tree | 0ddf76421ab114f162c5a113f65119a6662d6a54 /Makefile.am | |
parent | f7cc32f78bf86c804a3f3ae7b8428a408092fbdf (diff) | |
download | efl-68188ac0c89407cb35a0f04f86ad44b0deb95bdb.tar.gz efl-68188ac0c89407cb35a0f04f86ad44b0deb95bdb.tar.xz efl-68188ac0c89407cb35a0f04f86ad44b0deb95bdb.zip |
efl: merge eeze.
Changes also in this commit:
* fix missing EAPI in symbols used by modules
* removed old libudev and libmount support as agreed by discomfitor/zmike
* replaced __UNUSED__ with EINA_UNUSED
* fixed docs hierarchy
SVN revision: 82100
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ca0b6687e..c28cb4869 100644 --- a/Makefile.am +++ b/Makefile.am @@ -98,7 +98,8 @@ pc/eio.pc \ pc/edbus2.pc \ pc/efreet.pc \ pc/efreet-mime.pc \ -pc/efreet-trash.pc +pc/efreet-trash.pc \ +pc/eeze.pc pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = @@ -208,6 +209,10 @@ if HAVE_ECORE_X pkgconfig_DATA += pc/ecore-x.pc endif +if HAVE_EEZE +pkgconfig_DATA += pc/eeze.pc +endif + # D-Bus services: |