summaryrefslogtreecommitdiff
path: root/dbus
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-02-07 11:58:35 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-02-17 16:18:31 +0000
commit2f4c7dd5bab7066e61c8f34c7901d851a0ae2451 (patch)
treee52683f344beef4376bf255fd891b826ccb6ec78 /dbus
parentf8d0012ab14cf59db2121ddc1c16ec1e20a26cf1 (diff)
downloaddbus-2f4c7dd5bab7066e61c8f34c7901d851a0ae2451.tar.gz
Don't distribute dbus-arch-deps.h in the tarball
It's generated by configure and specific to a system, so there's no point. Reviewed-by: Colin Walters <walters@verbum.org> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=34292
Diffstat (limited to 'dbus')
-rw-r--r--dbus/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/dbus/Makefile.am b/dbus/Makefile.am
index 8d698ca3..740def3e 100644
--- a/dbus/Makefile.am
+++ b/dbus/Makefile.am
@@ -125,7 +125,7 @@ dbusinclude_HEADERS= \
dbus-types.h
-dbusarchinclude_HEADERS= \
+nodist_dbusarchinclude_HEADERS= \
dbus-arch-deps.h
### source code that goes in the installed client library
@@ -252,10 +252,9 @@ libdbus_internal_la_SOURCES= \
$(DBUS_SHARED_SOURCES) \
$(DBUS_UTIL_SOURCES)
-BUILT_SOURCES=$(dbusarchinclude_HEADERS)
+BUILT_SOURCES=$(nodist_dbusarchinclude_HEADERS)
EXTRA_DIST=dbus-arch-deps.h.in
-
## this library is the same as libdbus, but exports all the symbols
## and is only used for static linking within the dbus package.
noinst_LTLIBRARIES=libdbus-internal.la