X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=253564c8203ae6cf8456153d87206e2a761c7cb8;hb=3ccb027c907f9ee2890028e83b60296204bbf478;hp=52b40e9ffe8458aa9fdc407c881d350dcccc5f03;hpb=07d2ca2b52570db6591b61b5ca24913d8f936e55;p=platform%2Fupstream%2Fdbus.git diff --git a/Makefile.am b/Makefile.am index 52b40e9..253564c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,4 @@ -SUBDIRS=dbus bus doc tools test -DIST_SUBDIRS=dbus bus doc tools test +SUBDIRS=dbus bus tools test doc samsung_tools pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = dbus-1.pc @@ -8,6 +7,7 @@ DISTCLEANFILES = \ dbus-1.pc EXTRA_DIST = \ + autogen.sh \ HACKING \ dbus-1.pc.in \ cleanup-man-pages.sh \ @@ -15,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 \ @@ -27,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}