Really fix the compilation with wayland

... I hope.
This commit is contained in:
Jean-Philippe Andre 2014-10-24 19:26:55 +09:00
parent 7ec65cd82e
commit 310c10bca8
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ EFM_CPPFLAGS = \
@cf_cflags@ \
@VALGRIND_CFLAGS@ \
@EDJE_DEF@ \
@WAYLAND_CFLAGS@ \
-DPACKAGE_BIN_DIR=\"@PACKAGE_BIN_DIR@\" \
-DPACKAGE_LIB_DIR=\"@PACKAGE_LIB_DIR@\" \
-DPACKAGE_DATA_DIR=\"@PACKAGE_DATA_DIR@\" \

View File

@ -6,6 +6,7 @@ MOD_CPPFLAGS = -I. \
-I$(top_builddir)/src/bin \
-I$(top_srcdir)/src/modules \
@e_cflags@ \
@WAYLAND_CFLAGS@ \
-DE_BINDIR=\"$(bindir)\"
MOD_LIBS = @e_libs@ @dlopen_libs@