From 3ae4bff4771f8cf0d3f76e8777add3220e44117c Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Wed, 9 Jan 2013 03:21:14 +0000 Subject: [PATCH] e: fix build with --enable-wayland-clients This seems to be broken since a long time. Even checked if it was when we changed the build system to non-recursive, but it wasn't. SVN revision: 82432 --- src/modules/Makefile_comp.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/Makefile_comp.am b/src/modules/Makefile_comp.am index c7423dc2b..872155cfd 100644 --- a/src/modules/Makefile_comp.am +++ b/src/modules/Makefile_comp.am @@ -37,6 +37,7 @@ comp_module_la_SOURCES += comp/e_mod_comp_wl.h \ comp/e_mod_comp_wl_region.c endif +comp_module_la_CFLAGS = $(AM_CFLAGS) @WAYLAND_CFLAGS@ comp_module_la_LIBADD = @WAYLAND_LIBS@ .PHONY: comp install-comp