diff options
author | Dan Winship <danw@src.gnome.org> | 2004-02-04 01:32:18 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2004-02-04 01:32:18 +0800 |
commit | 234e62851ed6c3d6f8c3e8ffc35a24bec31f86f2 (patch) | |
tree | ef117cfd897c71543987268a385b4f5ee6e31698 /composer/Makefile.am | |
parent | b9c4553423f182bb1aec8d51cb295bb2bca78abe (diff) | |
download | gsoc2013-evolution-234e62851ed6c3d6f8c3e8ffc35a24bec31f86f2.tar.gz gsoc2013-evolution-234e62851ed6c3d6f8c3e8ffc35a24bec31f86f2.tar.zst gsoc2013-evolution-234e62851ed6c3d6f8c3e8ffc35a24bec31f86f2.zip |
add widgets/misc
* Makefile.am (INCLUDES): add widgets/misc
svn path=/trunk/; revision=24587
Diffstat (limited to 'composer/Makefile.am')
-rw-r--r-- | composer/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/composer/Makefile.am b/composer/Makefile.am index 978ee768c6..7ffdc41eca 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -41,6 +41,8 @@ INCLUDES = \ -I$(top_builddir) \ -I$(top_srcdir)/widgets \ -I$(top_builddir)/widgets \ + -I$(top_srcdir)/widgets/misc \ + -I$(top_builddir)/widgets/misc \ -I$(top_srcdir)/camel \ -I$(top_builddir)/camel \ -I$(top_srcdir)/addressbook/backend \ |