e: fix build with --enable-wayland-clients
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Wed, 9 Jan 2013 03:21:14 +0000 (03:21 +0000)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Wed, 9 Jan 2013 03:21:14 +0000 (03:21 +0000)
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

index c7423dc..872155c 100644 (file)
@@ -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