summaryrefslogtreecommitdiff
path: root/src/Makefile_Efreet.am
diff options
context:
space:
mode:
authorJaehyun Cho <jae_hyun.cho@samsung.com>2019-01-04 15:11:08 +0900
committerJaehyun Cho <jae_hyun.cho@samsung.com>2019-01-04 15:16:19 +0900
commit334b2a1ab16bae15bb49520f6d92c6f84397a395 (patch)
tree3853e172729d6d654629c9cb807ced9adb8f12bd /src/Makefile_Efreet.am
parent0d7f20bbc63da62bbd7af9ae92c38ecc034ec213 (diff)
downloadefl-334b2a1ab16bae15bb49520f6d92c6f84397a395.tar.gz
efreet: fix build error by using PACKAGE_SYSCONF_DIR
This patch fixes build error of make build by applying 0d7f20bbc63da62bbd7af9ae92c38ecc034ec213. meson build defines PACKAGE_SYSCONF_DIR so there is no build error but make build did not define it.
Diffstat (limited to 'src/Makefile_Efreet.am')
-rw-r--r--src/Makefile_Efreet.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile_Efreet.am b/src/Makefile_Efreet.am
index e429273962..a8aa02ff2f 100644
--- a/src/Makefile_Efreet.am
+++ b/src/Makefile_Efreet.am
@@ -12,6 +12,7 @@ EFREET_COMMON_CPPFLAGS = -I$(top_builddir)/src/lib/efl \
-DPACKAGE_DATA_DIR=\"$(datadir)/efreet\" \
-DPACKAGE_BUILD_DIR=\"$(abs_top_builddir)\" \
-DPACKAGE_SRC_DIR=\"$(abs_top_srcdir)\" \
+-DPACKAGE_SYSCONF_DIR=\"$(sysconfdir)\" \
-DDATA_DIR=\"$(datadir)\" \
-DLOCALE_DIR=\"@LOCALE_DIR@\" \
@EFREET_CFLAGS@