diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-03-17 16:44:33 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-03-17 16:44:33 +0000 |
commit | 001333b1308edd51069f67e3d633abbf6a2978b0 (patch) | |
tree | 811d61f1408d44fb8c496990c00ea4b2afefadec /Makefile.am | |
parent | 58facf2f0db4e60a78f101c6d6273b4331981deb (diff) | |
parent | 09ac621b4caf975b36433bdb0f053317c960223e (diff) | |
download | ayatana-indicator-sound-001333b1308edd51069f67e3d633abbf6a2978b0.tar.gz ayatana-indicator-sound-001333b1308edd51069f67e3d633abbf6a2978b0.tar.bz2 ayatana-indicator-sound-001333b1308edd51069f67e3d633abbf6a2978b0.zip |
merged localisaton fixes
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 86af943..1742c47 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,10 @@ SUBDIRS = \ data \ po -EXTRA_DIST = autogen.sh vapi/common-defs.vapi +EXTRA_DIST = \ + autogen.sh \ + vapi/common-defs.vapi \ + vapi/config.vapi DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall |