diff options
author | Adam Chlipala <adamc@hcoop.net> | 2008-10-19 12:47:10 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2008-10-19 12:47:10 -0400 |
commit | 54d7cbad02005212c4171b7d652416c75a93aa37 (patch) | |
tree | a51f905aff94143b7019859ff0407d1935e177f9 /src/cjr_print.sml | |
parent | 8476261d4f4a9a67119abc05cb40907ad979b4de (diff) |
Proper configuration and installation
Diffstat (limited to 'src/cjr_print.sml')
-rw-r--r-- | src/cjr_print.sml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/cjr_print.sml b/src/cjr_print.sml index ef198e2a..aee23717 100644 --- a/src/cjr_print.sml +++ b/src/cjr_print.sml @@ -2037,7 +2037,10 @@ fun p_file env (ds, ps) = string "#include <postgresql/libpq-fe.h>", newline, newline, - string "#include \"urweb.h\"", + string "#include \"", + string (OS.Path.joinDirFile {dir = Config.includ, + file = "urweb.h"}), + string "\"", newline, newline, p_list_sep newline (fn x => x) pds, |