X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=756ab8b9a26ca53e0136afc928ae3b3ed6e72ff9;hb=16ed767007722d7450e6f5a4e23fff0166f466dc;hp=10b967031a745108b78f2f18860e7a0d9baa7e46;hpb=feb31a33219bc0640c00138c14774995ab1a65a8;p=platform%2Fupstream%2Fdbus.git diff --git a/Makefile.am b/Makefile.am index 10b9670..756ab8b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,7 @@ DISTCLEANFILES = \ dbus-1.pc EXTRA_DIST = \ + autogen.sh \ HACKING \ dbus-1.pc.in \ cleanup-man-pages.sh \ @@ -14,6 +15,7 @@ EXTRA_DIST = \ NEWS.pre-1-0 \ ChangeLog.pre-1-2 \ NEWS.pre-1-2 \ + README.valgrind \ README.win \ README.wince \ README.cygwin \ @@ -26,6 +28,7 @@ update-authors: git shortlog -s -e | cut -c 8- | sort > AUTHORS DISTCHECK_CONFIGURE_FLAGS = \ + --enable-xml-docs \ --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}