X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=Makefile.am;h=b728138ccafa586839b52e4e1138428ec3fe2c79;hp=783cd9882c495e77787658110a00ebf4c7af15dc;hb=6b278f424ea98b040de03e6ad307a551b484b725;hpb=2b58f5abfb171a82424c14cd9777ea5ee460db61 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)