diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -142,6 +142,7 @@ echo "#define KERNEL \"`uname -r`\"" >> config.h echo "#define HOSTNAME \"`hostname`\"" >> config.h echo "#define PREFIX \"/usr/share/hardinfo/\"" >> config.h +echo "#define PREFIX_LIBS \"/usr/lib/hardinfo/\"" >> config.h echo "#define DEBUG 1" >> config.h echo -e "\n#endif /* __CONFIG_H__ */" >> config.h |