diff options
Diffstat (limited to 'smime/gui')
-rw-r--r-- | smime/gui/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/smime/gui/Makefile.am b/smime/gui/Makefile.am index 614c2d5525..17526784d6 100644 --- a/smime/gui/Makefile.am +++ b/smime/gui/Makefile.am @@ -1,9 +1,11 @@ INCLUDES = \ -DG_LOG_DOMAIN=\"evolution-smime\" \ -I$(top_srcdir) \ + -I$(top_builddir) \ -I$(top_srcdir)/smime/lib \ + -I$(top_builddir)/smime/lib \ -I$(top_srcdir)/shell \ - -I$(top_builddir) \ + -I$(top_builddir)/shell \ -DEVOLUTION_DATADIR=\""$(datadir)"\" \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ -DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" \ |