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
This commit is contained in:
Lucas De Marchi 2013-01-09 03:21:14 +00:00
parent 80d6fa8d1c
commit 3ae4bff477
1 changed files with 1 additions and 0 deletions

View 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