X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=756ab8b9a26ca53e0136afc928ae3b3ed6e72ff9;hb=ba7092f5063fe76185cbcb46b8f3a8300e56509d;hp=c5b3c1af14b8c3118c93ceb81da194fd802f5511;hpb=eae3a9cf885eddf16ecd604cc06fc33b1af4cd45;p=platform%2Fupstream%2Fdbus.git diff --git a/Makefile.am b/Makefile.am index c5b3c1a..756ab8b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,26 +1,36 @@ - -if HAVE_GLIB - GLIB_SUBDIR=glib - GLIB_PC=dbus-glib-1.0.pc -endif - -if HAVE_QT - QT_SUBDIR=qt -endif - -SUBDIRS=dbus $(GLIB_SUBDIR) $(QT_SUBDIR) bus test doc +SUBDIRS=dbus bus tools test doc pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = dbus-1.0.pc $(GLIB_PC) +pkgconfig_DATA = dbus-1.pc DISTCLEANFILES = \ - dbus-1.0.pc \ - $(GLIB_PC) + dbus-1.pc EXTRA_DIST = \ + autogen.sh \ HACKING \ - dbus-1.0.pc.in \ - dbus-glib-1.0.pc.in + 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