X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fgtk%2FMakefile.am;fp=src%2Fgtk%2FMakefile.am;h=5f56d632b5d57ea9fb930c5e899c80c9d367669c;hp=7c914b259d964e73886eaa326a285843e8325c8d;hb=b22ec780fbe4629d4200f40b8fdced00f50990f8;hpb=da5fad8fe11720e0fa7ee47a460954451fa5bc36 diff --git a/src/gtk/Makefile.am b/src/gtk/Makefile.am index 7c914b2..5f56d63 100644 --- a/src/gtk/Makefile.am +++ b/src/gtk/Makefile.am @@ -9,8 +9,11 @@ INCLUDES=\ $(MODEST_GSTUFF_CFLAGS) \ $(MODEST_LIBTINYMAIL_GNOME_DESKTOP_CFLAGS) \ + -I ${top_srcdir}/src/widgets \ -I ${top_srcdir}/src \ -DPREFIX=\"@prefix@\" \ + -DPIXMAP_PREFIX=\"${datadir}/pixmaps/modest/\" \ + -DMODEST_UIDIR=\""$(datadir)/modest/ui/"\" \ -Wall noinst_LTLIBRARIES=\ @@ -21,8 +24,6 @@ PIXMAP_FILES=\ pixmaps/*.svg libmodest_ui_la_SOURCES= \ - modest-ui.c \ - modest-icon-names.h \ modest-main-window.h \ modest-main-window.c \ modest-account-view-window.c \ @@ -42,5 +43,5 @@ LDADD = \ EXTRA_DIST=pixmaps/* -pixmapdir = $(prefix)/share/modest/pixmaps +pixmapdir = $(datadir)/pixmaps/modest pixmap_DATA = $(PIXMAP_FILES)