* Fixes NB#86171, show the proper error banner when account could not connect due...
[modest] / Makefile.am
index ea22f58..598ac9a 100644 (file)
 # 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 libmodest-dbus-client man po
+SUBDIRS= src man po
+
+if MODEST_HAVE_DBUS_API
+SUBDIRS += libmodest-dbus-client
+endif
 
 if BUILD_TESTS
 SUBDIRS += tests
@@ -39,7 +43,10 @@ endif
 EXTRA_DIST=                 \
        mkinstalldirs       \
        autogen.sh          \
+       NEWS                \
+       ChangeLog           \
        COPYING             \
+       HACKING             \
        intltool-extract.in \
        intltool-merge.in   \
        intltool-update.in  \
@@ -51,3 +58,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)
\ No newline at end of file