X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=b728138ccafa586839b52e4e1138428ec3fe2c79;hb=afbf9d92786ad89c7ce2e29a612e19c510c23cc8;hp=783cd9882c495e77787658110a00ebf4c7af15dc;hpb=2b58f5abfb171a82424c14cd9777ea5ee460db61;p=modest diff --git a/Makefile.am b/Makefile.am index 783cd98..b728138 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,10 +28,6 @@ SUBDIRS= src man po -if MODEST_HAVE_DBUS_API -SUBDIRS += libmodest-dbus-client -endif - if BUILD_TESTS SUBDIRS += tests endif @@ -43,7 +39,10 @@ endif EXTRA_DIST= \ mkinstalldirs \ autogen.sh \ + NEWS \ + ChangeLog \ COPYING \ + HACKING \ intltool-extract.in \ intltool-merge.in \ intltool-update.in \ @@ -55,3 +54,10 @@ DISTCLEANFILES = \ intltool-extract.in \ intltool-merge.in \ intltool-update.in + +# we install the NEWS file, so we can give +# a nice release note dialog when updating +# (using the postinst thingie in debian/ +NEWS_FILE=NEWS +newsdir=$(datadir)/modest/data +news_DATA = $(NEWS_FILE)