clean up credentials on OOM in process_config_first_time_only
[platform/upstream/dbus.git] / Makefile.am
index f521470..2ce25d5 100644 (file)
@@ -2,7 +2,7 @@ SUBDIRS=dbus bus doc tools test
 DIST_SUBDIRS=dbus bus doc tools test
 
 pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = dbus-1.pc 
+pkgconfig_DATA = dbus-1.pc
 
 DISTCLEANFILES =               \
        dbus-1.pc
@@ -15,7 +15,11 @@ EXTRA_DIST =                 \
         NEWS.pre-1-0            \
        ChangeLog.pre-1-2       \
         NEWS.pre-1-2           \
-       README.windbus
+       README.win              \
+       README.wince            \
+       README.cygwin           \
+       README.launchd          \
+       cmake
 
 all-local: Doxyfile
 
@@ -58,3 +62,11 @@ check-coverage:
        echo "Need to reconfigure with --enable-gcov"
 
 endif
+
+update-authors:
+       git shortlog -s -e | cut -c 8- | sort > AUTHORS
+
+DISTCHECK_CONFIGURE_FLAGS = \
+       --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
+
+ACLOCAL_AMFLAGS = -I m4