[daemon-fix] fixed querying about name information
[platform/upstream/dbus.git] / Makefile.am
index dc120d3..253564c 100644 (file)
@@ -1,21 +1,36 @@
-
-if HAVE_GLIB
-    GLIB_SUBDIR=glib
-    GLIB_PC=dbus-glib-1.0.pc
-endif
-
-SUBDIRS=dbus $(GLIB_SUBDIR) bus test doc 
+SUBDIRS=dbus bus tools test doc samsung_tools
 
 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 =                   \
-       dbus-1.0.pc.in          \
-       dbus-glib-1.0.pc.in
+       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