diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 1 | ||||
-rw-r--r-- | tools/evolution-launch-composer.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 22a9f9de26..3cdfc5c7dd 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -32,6 +32,7 @@ killev_SOURCES = \ killev.c killev_LDADD = \ + $(top_builddir)/widgets/misc/libemiscwidgets.la \ $(top_builddir)/e-util/libeutil.la \ $(E_UTIL_LIBS) diff --git a/tools/evolution-launch-composer.c b/tools/evolution-launch-composer.c index 8c89dbe480..65745d95b6 100644 --- a/tools/evolution-launch-composer.c +++ b/tools/evolution-launch-composer.c @@ -26,7 +26,7 @@ #include <Evolution-Composer.h> #include <string.h> -#include <gal/util/e-util.h> +#include <e-util/e-util.h> #include <bonobo-activation/bonobo-activation.h> #include <gtk/gtkmain.h> |