Add -DSITE_VIRTUAL_PWDDIR to CFLAGS.
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -3,6 +3,7 @@ | ... | @@ -3,6 +3,7 @@ |
3 | AUTOMAKE_OPTIONS = ../lib/ansi2knr | 3 | AUTOMAKE_OPTIONS = ../lib/ansi2knr |
4 | 4 | ||
5 | INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox/include | 5 | INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox/include |
6 | AM_CFLAGS = -DSITE_VIRTUAL_PWDDIR=\"@SITE_VIRTUAL_PWDDIR@\" | ||
6 | 7 | ||
7 | SUBDIRS = include | 8 | SUBDIRS = include |
8 | 9 | ... | ... |
-
Please register or sign in to post a comment