X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=Makefile.am;h=598ac9a31aeb1c1eb8b05e95f2fe4cf865a7905c;hp=0622cd7cdd8a4527fc1d97e072372a92075751ab;hb=92f95af223bce847ab632ff0688ea76cbf79dde2;hpb=8304760be43b3afcc8002d7e3588e29fc74ae12e diff --git a/Makefile.am b/Makefile.am index 0622cd7..598ac9a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,7 +26,11 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -SUBDIRS= src po +SUBDIRS= src man po + +if MODEST_HAVE_DBUS_API +SUBDIRS += libmodest-dbus-client +endif if BUILD_TESTS SUBDIRS += tests @@ -39,16 +43,25 @@ endif EXTRA_DIST= \ mkinstalldirs \ autogen.sh \ + NEWS \ + ChangeLog \ COPYING \ + HACKING \ intltool-extract.in \ intltool-merge.in \ intltool-update.in \ debian/changelog \ debian/copyright \ - debian/rules \ - debian/modest.links + debian/rules 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) \ No newline at end of file