From a2dbc792167946ade07b4f021a7e964bd1d8ae37 Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Thu, 17 Mar 2011 13:43:00 +0000 Subject: localisation in vala is not as straight forward as first anticipated --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3 From 4f18ab234a9ace138eade48a7a548fd8fa596eec Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Thu, 17 Mar 2011 15:19:26 +0000 Subject: revert to the old way --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ef3b423..1742c47 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,8 @@ SUBDIRS = \ EXTRA_DIST = \ autogen.sh \ - vapi/common-defs.vapi + vapi/common-defs.vapi \ + vapi/config.vapi DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall -- cgit v1.2.3