aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ecore/Makefile.am
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-23 23:30:42 +1000
committerDavid Walter Seikel2012-01-23 23:30:42 +1000
commit825a3d837a33f226c879cd02ad15c3fba57e8b2c (patch)
tree75f57bd9c4253508d338dc79ba8e57a7abc42255 /libraries/ecore/Makefile.am
parentAdd ability to disable the test harness, or the Lua compile test. (diff)
downloadSledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.zip
SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.gz
SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.bz2
SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.xz
Update the EFL to what I'm actually using, coz I'm using some stuff not yet released.
Diffstat (limited to '')
-rw-r--r--libraries/ecore/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/ecore/Makefile.am b/libraries/ecore/Makefile.am
index 3de7673..8a6ef9a 100644
--- a/libraries/ecore/Makefile.am
+++ b/libraries/ecore/Makefile.am
@@ -106,6 +106,7 @@ ecore-cocoa.pc.in \
106ecore-psl1ght.pc.in \ 106ecore-psl1ght.pc.in \
107ecore-input.pc.in \ 107ecore-input.pc.in \
108ecore-wince.pc.in \ 108ecore-wince.pc.in \
109ecore-wayland.pc.in \
109ecore.spec.in \ 110ecore.spec.in \
110ecore.spec \ 111ecore.spec \
111m4/ac_abstract_socket.m4 \ 112m4/ac_abstract_socket.m4 \
@@ -190,6 +191,10 @@ if BUILD_ECORE_PSL1GHT
190pkgconfig_DATA += ecore-psl1ght.pc 191pkgconfig_DATA += ecore-psl1ght.pc
191endif 192endif
192 193
194if BUILD_ECORE_WAYLAND
195pkgconfig_DATA += ecore-wayland.pc
196endif
197
193.PHONY: doc 198.PHONY: doc
194 199
195# Documentation 200# Documentation