summaryrefslogtreecommitdiffstats
path: root/cgram/pathnames.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgram/pathnames.h')
-rw-r--r--cgram/pathnames.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cgram/pathnames.h b/cgram/pathnames.h
index 51da95c9..e93a72df 100644
--- a/cgram/pathnames.h
+++ b/cgram/pathnames.h
@@ -27,4 +27,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#define _PATH_FORTUNE "/usr/games/fortune"
+#include "config.h"
+
+#define _PATH_FORTUNE PREFIX"/games/fortune"