Xcode: correctly #define PACKAGE and PACKAGE_NAME
This commit is contained in:
parent
30b32e84fe
commit
84e9dcbab0
|
@ -11,7 +11,8 @@
|
|||
* Static configuration file for Mac OS X Xcode project
|
||||
*/
|
||||
|
||||
#define PACKAGE_NAME "ngircd"
|
||||
#define PACKAGE_NAME "ngIRCd"
|
||||
#define PACKAGE "ngircd"
|
||||
#ifndef VERSION
|
||||
#define VERSION "??("__DATE__")"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue