diff options
author | discomfitor <michael.blumenkrantz@gmail.com> | 2013-10-05 16:22:15 +0100 |
---|---|---|
committer | discomfitor <michael.blumenkrantz@gmail.com> | 2013-10-05 16:22:15 +0100 |
commit | 06a5ba211899c7aec148c6f459bfb33d632d9444 (patch) | |
tree | 2cf822e6099b4404247c2fa27de365bb8918a6ff /src/Makefile_Ecore_Wayland.am | |
parent | 7b512356b39f26becde195b9d850c880f8643ea6 (diff) |
Revert "adding wayland subsurfaces protocol file."
This reverts commit ad27efcb397f3dc8da670180784991f876841e01.
Diffstat (limited to '')
-rw-r--r-- | src/Makefile_Ecore_Wayland.am | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/Makefile_Ecore_Wayland.am b/src/Makefile_Ecore_Wayland.am index 2e71df1a0b..41d2a6feed 100644 --- a/src/Makefile_Ecore_Wayland.am +++ b/src/Makefile_Ecore_Wayland.am | |||
@@ -17,25 +17,8 @@ lib/ecore_wayland/ecore_wl_window.c \ | |||
17 | lib/ecore_wayland/ecore_wl_subsurf.c \ | 17 | lib/ecore_wayland/ecore_wl_subsurf.c \ |
18 | lib/ecore_wayland/ecore_wl_private.h | 18 | lib/ecore_wayland/ecore_wl_private.h |
19 | 19 | ||
20 | lib_ecore_wayland_libecore_wayland_la_BUILT_SOURCES = \ | ||
21 | lib/ecore_wayland/subsurface-protocol.c \ | ||
22 | lib/ecore_wayland/subsurface-client-protocol.h | ||
23 | |||
24 | CLEANFILES += $(lib_ecore_wayland_libecore_wayland_la_BUILT_SOURCES) | ||
25 | |||
26 | lib_ecore_wayland_libecore_wayland_la_SOURCES += $(lib_ecore_wayland_libecore_wayland_la_BUILT_SOURCES) | ||
27 | |||
28 | BUILT_SOURCES += $(lib_ecore_wayland_libecore_wayland_la_BUILT_SOURCES) | ||
29 | |||
30 | lib_ecore_wayland_libecore_wayland_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl @ECORE_WAYLAND_CFLAGS@ | 20 | lib_ecore_wayland_libecore_wayland_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl @ECORE_WAYLAND_CFLAGS@ |
31 | lib_ecore_wayland_libecore_wayland_la_LIBADD = @ECORE_WAYLAND_LIBS@ | 21 | lib_ecore_wayland_libecore_wayland_la_LIBADD = @ECORE_WAYLAND_LIBS@ |
32 | lib_ecore_wayland_libecore_wayland_la_DEPENDENCIES = @ECORE_WAYLAND_INTERNAL_LIBS@ | 22 | lib_ecore_wayland_libecore_wayland_la_DEPENDENCIES = @ECORE_WAYLAND_INTERNAL_LIBS@ |
33 | lib_ecore_wayland_libecore_wayland_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@ | 23 | lib_ecore_wayland_libecore_wayland_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@ |
34 | |||
35 | lib/ecore_wayland/subsurface-protocol.c: $(wayland_protocoldir)/subsurface.xml | ||
36 | $(AM_V_GEN)$(wayland_scanner) code < $< > $@ | ||
37 | |||
38 | lib/ecore_wayland/subsurface-client-protocol.h: $(wayland_protocoldir)/subsurface.xml | ||
39 | $(AM_V_GEN)$(wayland_scanner) client-header < $< > $@ | ||
40 | |||
41 | endif | 24 | endif |