X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fgtk%2FMakefile.am;h=ba21269814fcd9673e14149944b000f42b74c5e2;hb=0322239e8fd08ce70d12c09b6c2328e20e665c8c;hp=7ee144f61cc0cb151b130186afd7b66b385d2b2a;hpb=d27a2eb4c27247a6297b42da35005437e0666983;p=modest diff --git a/src/gtk/Makefile.am b/src/gtk/Makefile.am index 7ee144f..ba21269 100644 --- a/src/gtk/Makefile.am +++ b/src/gtk/Makefile.am @@ -31,11 +31,20 @@ INCLUDES=\ $(MODEST_TOOLKIT_CFLAGS) \ $(MODEST_PLUGIN_DEFINES) \ -I ${top_srcdir}/src \ + -I ${top_srcdir}/src/widgets \ -DPREFIX=\"@prefix@\" \ -Wall +noinst_LTLIBRARIES=\ + libmodest-ui.la + libmodest_ui_la_SOURCES= \ - modest-icon-names.h + modest-icon-names.h \ + modest-gtk-window-mgr.h modest-gtk-window-mgr.c \ + modest-platform.c \ + modest-shell.h modest-shell.c \ + modest-shell-banner.h modest-shell-banner.c \ + modest-shell-window.h modest-shell-window.c libmodest_ui_la_LIBADD = \ $(MODEST_GSTUFF_LIBS) \