diff options
author | marha <marha@users.sourceforge.net> | 2013-12-23 16:56:05 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-12-23 16:56:05 +0100 |
commit | 86d4bff05a453da5dc0d52e76173ffe6cc6d6318 (patch) | |
tree | ada2a87d879df0545b613304ca15b534742378c1 /mkfontscale/config.h | |
parent | 66215bff25b8961e396ea4a3b1847ac668de3ff4 (diff) | |
download | vcxsrv-86d4bff05a453da5dc0d52e76173ffe6cc6d6318.tar.gz vcxsrv-86d4bff05a453da5dc0d52e76173ffe6cc6d6318.tar.bz2 vcxsrv-86d4bff05a453da5dc0d52e76173ffe6cc6d6318.zip |
mkfontscale: Added compile error because PACKAGE_STRING was not defined
Diffstat (limited to 'mkfontscale/config.h')
-rw-r--r-- | mkfontscale/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mkfontscale/config.h b/mkfontscale/config.h new file mode 100644 index 000000000..668a42e82 --- /dev/null +++ b/mkfontscale/config.h @@ -0,0 +1,6 @@ +#ifndef __CONFIG_H__ +#define __CONFIG_H__ + +#define PACKAGE_STRING "mkfontscale" + +#endif |