summaryrefslogtreecommitdiff
path: root/src/3rd_party/dbus-1.7.8/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rd_party/dbus-1.7.8/Makefile.am')
-rw-r--r--src/3rd_party/dbus-1.7.8/Makefile.am36
1 files changed, 0 insertions, 36 deletions
diff --git a/src/3rd_party/dbus-1.7.8/Makefile.am b/src/3rd_party/dbus-1.7.8/Makefile.am
deleted file mode 100644
index 756ab8b9a2..0000000000
--- a/src/3rd_party/dbus-1.7.8/Makefile.am
+++ /dev/null
@@ -1,36 +0,0 @@
-SUBDIRS=dbus bus tools 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