mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-06 05:48:01 +02:00
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
This commit is contained in:
parent
f8d0012ab1
commit
2f4c7dd5ba
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue