Removed 2nd libhildonnotify-dev build dependency from debian/control
[modest] / Makefile.am
index 76b095f..b728138 100644 (file)
@@ -26,7 +26,7 @@
 # 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 BUILD_TESTS
 SUBDIRS += tests
@@ -39,16 +39,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)