aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/evas/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/evas/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 'libraries/evas/Makefile.am')
-rw-r--r--libraries/evas/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/evas/Makefile.am b/libraries/evas/Makefile.am
index 665f988..b42e7f9 100644
--- a/libraries/evas/Makefile.am
+++ b/libraries/evas/Makefile.am
@@ -45,6 +45,8 @@ evas-direct3d.pc.in \
45evas-software-16-wince.pc.in \ 45evas-software-16-wince.pc.in \
46evas-software-sdl.pc.in \ 46evas-software-sdl.pc.in \
47evas-psl1ght.pc.in \ 47evas-psl1ght.pc.in \
48evas-wayland-shm.pc.in \
49evas-wayland-egl.pc.in \
48evas.spec.in \ 50evas.spec.in \
49evas.spec \ 51evas.spec \
50m4/efl_attribute.m4 \ 52m4/efl_attribute.m4 \
@@ -127,6 +129,14 @@ if BUILD_ENGINE_PSL1GHT
127pkgconfig_DATA += evas-psl1ght.pc 129pkgconfig_DATA += evas-psl1ght.pc
128endif 130endif
129 131
132if BUILD_ENGINE_WAYLAND_SHM
133pkgconfig_DATA += evas-wayland-shm.pc
134endif
135
136if BUILD_ENGINE_WAYLAND_EGL
137pkgconfig_DATA += evas-wayland-egl.pc
138endif
139
130.PHONY: doc coverage 140.PHONY: doc coverage
131 141
132doc: 142doc: