diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 1d16ee4821..97fa99ffbf 100644 --- a/configure.in +++ b/configure.in @@ -1152,6 +1152,9 @@ AC_SUBST(serverdir) evolutionuidir="$privdatadir/ui" AC_SUBST(evolutionuidir) +evolutionhelpdir="$privdatadir/help" +AC_SUBST(evolutionhelpdir) + imagesdir="$privdatadir/images" AC_SUBST(imagesdir) @@ -1324,6 +1327,8 @@ e-util/Makefile filter/Makefile help/Makefile help/C/Makefile +help/quickref/Makefile +help/quickref/C/Makefile shell/Makefile shell/evolution-nognome shell/glade/Makefile |