diff options
author | Michael Terry <michael.terry@canonical.com> | 2013-01-31 12:27:59 -0500 |
---|---|---|
committer | Michael Terry <michael.terry@canonical.com> | 2013-01-31 12:27:59 -0500 |
commit | ead9d50f78291618e8a4e21a04632727de65af75 (patch) | |
tree | f1b64e1517732278ad1912a5d41be2fcf9b5d681 /src/Makefile.am | |
parent | e73d88a47b9c2862db998f6bfb2310b033fd330a (diff) | |
download | ayatana-indicator-bluetooth-ead9d50f78291618e8a4e21a04632727de65af75.tar.gz ayatana-indicator-bluetooth-ead9d50f78291618e8a4e21a04632727de65af75.tar.bz2 ayatana-indicator-bluetooth-ead9d50f78291618e8a4e21a04632727de65af75.zip |
translate accessible descriptions
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d2ed9dd..8a0b790 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -36,6 +36,7 @@ libbluetooth_la_VALAFLAGS = \ --pkg DbusmenuGtk3-0.4 libbluetooth_la_CFLAGS = \ + -DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\" \ $(INDICATOR_BLUETOOTH_CFLAGS) libbluetooth_la_LIBADD = \ |