aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/evas/Makefile.am
diff options
context:
space:
mode:
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: