mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-01 19:37:58 +02:00
tools: put bin_PROGRAMS one per line, eliminate unnecessary variable
This commit is contained in:
parent
16aae2855d
commit
b643d18a36
1 changed files with 11 additions and 5 deletions
|
|
@ -5,12 +5,18 @@ INCLUDES=-I$(top_srcdir) $(DBUS_X_CFLAGS) -DDBUS_LOCALEDIR=\"@EXPANDED_DATADIR@/
|
|||
# if assertions are enabled, improve backtraces
|
||||
AM_LDFLAGS = @R_DYNAMIC_LDFLAG@
|
||||
|
||||
extra_bin_programs=
|
||||
if DBUS_UNIX
|
||||
extra_bin_programs += dbus-cleanup-sockets dbus-uuidgen
|
||||
endif
|
||||
bin_PROGRAMS = \
|
||||
dbus-launch \
|
||||
dbus-monitor \
|
||||
dbus-send \
|
||||
$(NULL)
|
||||
|
||||
bin_PROGRAMS=dbus-launch dbus-send dbus-monitor $(extra_bin_programs)
|
||||
if DBUS_UNIX
|
||||
bin_PROGRAMS += \
|
||||
dbus-cleanup-sockets \
|
||||
dbus-uuidgen \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
dbus_send_SOURCES= \
|
||||
dbus-print-message.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue