From 09ac621b4caf975b36433bdb0f053317c960223e Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Thu, 17 Mar 2011 16:10:03 +0000 Subject: working now - needed a hack in the common-def header - automake you drive me nuts --- vapi/config.vapi | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 vapi/config.vapi (limited to 'vapi') diff --git a/vapi/config.vapi b/vapi/config.vapi new file mode 100644 index 0000000..4be6d11 --- /dev/null +++ b/vapi/config.vapi @@ -0,0 +1,8 @@ +[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "../config.h")] +namespace Config { + public const string GETTEXT_PACKAGE; + public const string LOCALEDIR; + public const string PKGDATADIR; + public const string PACKAGE_NAME; + public const string PACKAGE_VERSION; +} -- cgit v1.2.3