X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=253564c8203ae6cf8456153d87206e2a761c7cb8;hb=3ccb027c907f9ee2890028e83b60296204bbf478;hp=49809c6cd0f917530a3d526fbef9b909962a1a7f;hpb=ddad01b1ae33e63ebefc90171d412bafc0b605eb;p=platform%2Fupstream%2Fdbus.git diff --git a/Makefile.am b/Makefile.am index 49809c6..253564c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,36 @@ +SUBDIRS=dbus bus tools test doc samsung_tools -SUBDIRS=dbus bus test doc +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = dbus-1.pc + +DISTCLEANFILES = \ + dbus-1.pc + +EXTRA_DIST = \ + autogen.sh \ + HACKING \ + dbus-1.pc.in \ + cleanup-man-pages.sh \ + ChangeLog.pre-1-0 \ + NEWS.pre-1-0 \ + ChangeLog.pre-1-2 \ + NEWS.pre-1-2 \ + README.valgrind \ + README.win \ + README.wince \ + README.cygwin \ + README.launchd \ + cmake + +all-local: Doxyfile + +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} + +include tools/lcov.am