diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-07-14 22:06:34 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-07-14 22:07:12 +0800 |
commit | 1f89bf6b80c82ce7aaee9b54ba860173ac325e56 (patch) | |
tree | 3f6dbd48277412bd5facd16be121b8384e81d462 /smime/gui/Makefile.am | |
parent | c9f4659cd74347bbb27ca2f8f9b8cf1e406aa52e (diff) | |
download | gsoc2013-evolution-1f89bf6b80c82ce7aaee9b54ba860173ac325e56.tar.gz gsoc2013-evolution-1f89bf6b80c82ce7aaee9b54ba860173ac325e56.tar.zst gsoc2013-evolution-1f89bf6b80c82ce7aaee9b54ba860173ac325e56.zip |
Fix some build issues.
Diffstat (limited to 'smime/gui/Makefile.am')
-rw-r--r-- | smime/gui/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/smime/gui/Makefile.am b/smime/gui/Makefile.am index 092928bf2c..a6a595ea93 100644 --- a/smime/gui/Makefile.am +++ b/smime/gui/Makefile.am @@ -6,8 +6,8 @@ AM_CPPFLAGS = \ -I$(top_builddir)/smime/lib \ -I$(top_srcdir)/shell \ -I$(top_builddir)/shell \ - -I$(top_srcdir)/widgets/misc \ - -I$(top_builddir)/widgets/misc \ + -I$(top_srcdir)/widgets \ + -I$(top_builddir)/widgets \ -DEVOLUTION_DATADIR=\""$(datadir)"\" \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ -DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" \ |