From 84ae8a43927b479a8b3565e43d0b3a109b164c21 Mon Sep 17 00:00:00 2001 From: Nikola Pajkovsky Date: Wed, 2 Sep 2009 11:39:27 +0200 Subject: add gettext support for all plugins --- src/Daemon/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Daemon/Makefile.am') diff --git a/src/Daemon/Makefile.am b/src/Daemon/Makefile.am index 03c0c7d6..6961960f 100644 --- a/src/Daemon/Makefile.am +++ b/src/Daemon/Makefile.am @@ -40,5 +40,7 @@ dist_daemonconf_DATA = abrt.conf man_MANS = abrt.8 abrt.conf.5 EXTRA_DIST = $(man_MANS) +DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ + install-data-local: $(mkdir_p) '$(DESTDIR)/$(VAR_RUN)' -- cgit