diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-03-17 13:43:00 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-03-17 13:43:00 +0000 |
commit | a2dbc792167946ade07b4f021a7e964bd1d8ae37 (patch) | |
tree | 113a5185756ffce14a4b0f225e556eecccb70835 /Makefile.am | |
parent | 58facf2f0db4e60a78f101c6d6273b4331981deb (diff) | |
download | ayatana-indicator-sound-a2dbc792167946ade07b4f021a7e964bd1d8ae37.tar.gz ayatana-indicator-sound-a2dbc792167946ade07b4f021a7e964bd1d8ae37.tar.bz2 ayatana-indicator-sound-a2dbc792167946ade07b4f021a7e964bd1d8ae37.zip |
localisation in vala is not as straight forward as first anticipated
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 86af943..ef3b423 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,9 @@ SUBDIRS = \ data \ po -EXTRA_DIST = autogen.sh vapi/common-defs.vapi +EXTRA_DIST = \ + autogen.sh \ + vapi/common-defs.vapi DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall |