From 5468ba37446a85bfb8a84eed74bf6c091156f682 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 6 Jan 2009 16:01:52 +0100 Subject: Xcode: get release number dynamically; new make target "xcode-clean". - make target "xcode" now detects the release number stored in the configure.in file and passes it to Xcode. - new make target "xcode-clean" which removes all files generated by "make xcode" and removes the Xcode build directory. --- contrib/MacOSX/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/MacOSX') diff --git a/contrib/MacOSX/config.h b/contrib/MacOSX/config.h index 0b5a141b..9fd2dfcf 100644 --- a/contrib/MacOSX/config.h +++ b/contrib/MacOSX/config.h @@ -12,7 +12,9 @@ */ #define PACKAGE_NAME "ngircd" +#ifndef VERSION #define VERSION "??" +#endif #define SYSCONFDIR "/etc/ngircd" #ifndef TARGET_VENDOR -- cgit 1.4.1