src/Makefile.am: correct compile failure for launcher-util.c
authorXiong Zhang <xiong.y.zhang@intel.com>
Mon, 25 Nov 2013 07:22:50 +0000 (15:22 +0800)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 25 Nov 2013 18:59:01 +0000 (10:59 -0800)
commite955525f1aab2b5dac6e08cc9174430fc8143d90
tree5fb5f37bb998c4130460b3fdd103e23abfd29a0f
parent1d781ee204595120657dd255f1a5ca75dfe01237
src/Makefile.am: correct compile failure for launcher-util.c

The following error message is generated during compile
In file included from launcher-util.c:43:0:
compositor.h:35:28: fatal error: wayland-server.h: No such file or directory
 #include <wayland-server.h>

Signed-off-by: Xiong Zhang <xiong.y.zhang@intel.com>
src/Makefile.am