diff options
author | Rafael Antognolli <rafael.antognolli@intel.com> | 2013-08-07 18:05:55 -0300 |
---|---|---|
committer | Rafael Antognolli <rafael.antognolli@intel.com> | 2013-10-04 18:23:57 -0300 |
commit | ad27efcb397f3dc8da670180784991f876841e01 (patch) | |
tree | d30d1469ad0265c6815efb9e249f3bbcc5ae23bf /src/Makefile_Ecore_Wayland.am | |
parent | fe25608edd6fc531b5c865dd511cd438bea2e897 (diff) |
adding wayland subsurfaces protocol file.
Diffstat (limited to '')
-rw-r--r-- | src/Makefile_Ecore_Wayland.am | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/Makefile_Ecore_Wayland.am b/src/Makefile_Ecore_Wayland.am index aaf08f50f0..0709d6b545 100644 --- a/src/Makefile_Ecore_Wayland.am +++ b/src/Makefile_Ecore_Wayland.am | |||
@@ -16,8 +16,25 @@ lib/ecore_wayland/ecore_wl_output.c \ | |||
16 | lib/ecore_wayland/ecore_wl_window.c \ | 16 | lib/ecore_wayland/ecore_wl_window.c \ |
17 | lib/ecore_wayland/ecore_wl_private.h | 17 | lib/ecore_wayland/ecore_wl_private.h |
18 | 18 | ||
19 | lib_ecore_wayland_libecore_wayland_la_BUILT_SOURCES = \ | ||
20 | lib/ecore_wayland/subsurface-protocol.c \ | ||
21 | lib/ecore_wayland/subsurface-client-protocol.h | ||
22 | |||
23 | CLEANFILES += $(lib_ecore_wayland_libecore_wayland_la_BUILT_SOURCES) | ||
24 | |||
25 | lib_ecore_wayland_libecore_wayland_la_SOURCES += $(lib_ecore_wayland_libecore_wayland_la_BUILT_SOURCES) | ||
26 | |||
27 | BUILT_SOURCES += $(lib_ecore_wayland_libecore_wayland_la_BUILT_SOURCES) | ||
28 | |||
19 | lib_ecore_wayland_libecore_wayland_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl @ECORE_WAYLAND_CFLAGS@ | 29 | lib_ecore_wayland_libecore_wayland_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl @ECORE_WAYLAND_CFLAGS@ |
20 | lib_ecore_wayland_libecore_wayland_la_LIBADD = @ECORE_WAYLAND_LIBS@ | 30 | lib_ecore_wayland_libecore_wayland_la_LIBADD = @ECORE_WAYLAND_LIBS@ |
21 | lib_ecore_wayland_libecore_wayland_la_DEPENDENCIES = @ECORE_WAYLAND_INTERNAL_LIBS@ | 31 | lib_ecore_wayland_libecore_wayland_la_DEPENDENCIES = @ECORE_WAYLAND_INTERNAL_LIBS@ |
22 | lib_ecore_wayland_libecore_wayland_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@ | 32 | lib_ecore_wayland_libecore_wayland_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@ |
33 | |||
34 | lib/ecore_wayland/subsurface-protocol.c: $(wayland_protocoldir)/subsurface.xml | ||
35 | $(AM_V_GEN)$(wayland_scanner) code < $< > $@ | ||
36 | |||
37 | lib/ecore_wayland/subsurface-client-protocol.h: $(wayland_protocoldir)/subsurface.xml | ||
38 | $(AM_V_GEN)$(wayland_scanner) client-header < $< > $@ | ||
39 | |||
23 | endif | 40 | endif |