From 779724d6d1045177fd2ad6856ba69786f8f36758 Mon Sep 17 00:00:00 2001 From: Rafael Antognolli Date: Wed, 9 Jan 2013 12:48:11 +0000 Subject: [PATCH] e/comp: Add wayland cflags to avoid build error. SVN revision: 82459 --- src/bin/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index e8ab412..d282f90 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am @@ -14,6 +14,7 @@ AM_CPPFLAGS = \ @EDJE_DEF@ \ @ELM_CFLAGS@ \ @EMOTION_CFLAGS@ \ +@WAYLAND_CFLAGS@ \ -DPACKAGE_BIN_DIR=\"@PACKAGE_BIN_DIR@\" \ -DPACKAGE_LIB_DIR=\"@PACKAGE_LIB_DIR@\" \ -DPACKAGE_DATA_DIR=\"@PACKAGE_DATA_DIR@\" \ -- 2.7.4