summaryrefslogtreecommitdiffstats
path: root/discover/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'discover/Makefile.am')
-rw-r--r--discover/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/discover/Makefile.am b/discover/Makefile.am
index 5d5f5b4..01c29d7 100644
--- a/discover/Makefile.am
+++ b/discover/Makefile.am
@@ -16,7 +16,9 @@ pkgsysconfdir = @sysconfdir@/@PACKAGE@
SUBDIRS = grub2
-AM_CPPFLAGS = -I$(top_srcdir)/lib $(DEFAULT_CPPFLAGS)
+AM_CPPFLAGS = -I$(top_srcdir)/lib \
+ -DLOCALEDIR='"$(localedir)"' \
+ $(DEFAULT_CPPFLAGS)
AM_CFLAGS = $(DEFAULT_CFLAGS) \
-DPREFIX='"$(prefix)"' \
OpenPOWER on IntegriCloud