diff options
author | Ted Gould <ted@canonical.com> | 2009-09-16 09:07:14 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-09-16 09:07:14 -0500 |
commit | ddff85ec43142d492143f6a914217de1df092b8b (patch) | |
tree | 719c6662e22df88314b84d99133185d2220c4064 /Makefile.am | |
parent | a30c0ed9436d96f59dab24c58e63a45a40e91628 (diff) | |
parent | 62a047790465aaee453f1cb1cbd9042762f0486b (diff) | |
download | ayatana-indicator-messages-ddff85ec43142d492143f6a914217de1df092b8b.tar.gz ayatana-indicator-messages-ddff85ec43142d492143f6a914217de1df092b8b.tar.bz2 ayatana-indicator-messages-ddff85ec43142d492143f6a914217de1df092b8b.zip |
Merging in i18n branch to add i18n.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7d58c6b..26c2a33 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,8 @@ SUBDIRS = \ src \ - data + data \ + po DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall |