diff options
| author | Nikola Pajkovsky <npajkovs@redhat.com> | 2009-08-27 14:34:12 +0200 |
|---|---|---|
| committer | Nikola Pajkovsky <npajkovs@redhat.com> | 2009-08-27 14:34:12 +0200 |
| commit | 5aafe234442fa9cebe7202ef38ca213850eb5be8 (patch) | |
| tree | 2b5482f9692344775eb9804c6e8a8d86ceaf318d /src/Applet/Makefile.am | |
| parent | 8c0d6a2a3eb9ed0f31e9dbd4ff1c18929932b982 (diff) | |
| download | abrt-5aafe234442fa9cebe7202ef38ca213850eb5be8.tar.gz abrt-5aafe234442fa9cebe7202ef38ca213850eb5be8.tar.xz abrt-5aafe234442fa9cebe7202ef38ca213850eb5be8.zip | |
CCApplet: gettext support
Diffstat (limited to 'src/Applet/Makefile.am')
| -rw-r--r-- | src/Applet/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Applet/Makefile.am b/src/Applet/Makefile.am index 952703e..886102f 100644 --- a/src/Applet/Makefile.am +++ b/src/Applet/Makefile.am @@ -20,5 +20,7 @@ abrt_applet_LDADD = \ EXTRA_DIST = abrt-applet.desktop popup.GtkBuilder +DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ + autostartdir = $(sysconfdir)/xdg/autostart autostart_DATA = abrt-applet.desktop |
