aboutsummaryrefslogtreecommitdiff
path: root/mkfontscale
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2013-12-23 16:56:05 +0100
committermarha <marha@users.sourceforge.net>2013-12-23 16:56:05 +0100
commit86d4bff05a453da5dc0d52e76173ffe6cc6d6318 (patch)
treeada2a87d879df0545b613304ca15b534742378c1 /mkfontscale
parent66215bff25b8961e396ea4a3b1847ac668de3ff4 (diff)
downloadvcxsrv-86d4bff05a453da5dc0d52e76173ffe6cc6d6318.tar.gz
vcxsrv-86d4bff05a453da5dc0d52e76173ffe6cc6d6318.tar.bz2
vcxsrv-86d4bff05a453da5dc0d52e76173ffe6cc6d6318.zip
mkfontscale: Added compile error because PACKAGE_STRING was not defined
Diffstat (limited to 'mkfontscale')
-rw-r--r--mkfontscale/config.h6
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