X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=a19d44057ce761ca1b2fbac4b0cc7fe81e81c02c;hb=96cb1542c22ad236e5bb0abbf3c5aede1c6b6e04;hp=ac7dcb152431392da05e143041f258722c3177be;hpb=a4102ba51fc1c6b75099667d511a1acda988136c;p=platform%2Fupstream%2Fdbus.git diff --git a/Makefile.am b/Makefile.am index ac7dcb1..a19d440 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 pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = dbus-1.pc @@ -15,6 +14,7 @@ EXTRA_DIST = \ NEWS.pre-1-0 \ ChangeLog.pre-1-2 \ NEWS.pre-1-2 \ + README.valgrind \ README.win \ README.wince \ README.cygwin \ @@ -27,8 +27,9 @@ 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_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} include tools/lcov.am