Don't distribute dbus-arch-deps.h in the tarball
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 7 Feb 2011 11:58:35 +0000 (11:58 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 17 Feb 2011 16:18:31 +0000 (16:18 +0000)
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

dbus/Makefile.am

index 8d698ca..740def3 100644 (file)
@@ -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