mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-07 20:30:21 +01:00
2003-02-02 Anders Carlsson <andersca@codefactory.se>
* bus/Makefile.am: Add libdbus-daemon.la and link to it.
This commit is contained in:
parent
ba60374e25
commit
633cd9ccef
2 changed files with 15 additions and 3 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2003-02-02 Anders Carlsson <andersca@codefactory.se>
|
||||
|
||||
* bus/Makefile.am:
|
||||
Add libdbus-daemon.la and link to it.
|
||||
|
||||
2003-02-01 James Willcox <jwillcox@gnome.org>
|
||||
|
||||
* bus/driver.c: (bus_driver_handle_own_service):
|
||||
|
|
|
|||
|
|
@ -6,7 +6,9 @@ EFENCE=
|
|||
|
||||
bin_PROGRAMS=dbus-daemon-1
|
||||
|
||||
dbus_daemon_1_SOURCES= \
|
||||
noinst_LTLIBRARIES=libdbus-daemon.la
|
||||
|
||||
libdbus_daemon_la_SOURCES= \
|
||||
connection.c \
|
||||
connection.h \
|
||||
dispatch.c \
|
||||
|
|
@ -15,12 +17,17 @@ dbus_daemon_1_SOURCES= \
|
|||
driver.h \
|
||||
loop.c \
|
||||
loop.h \
|
||||
main.c \
|
||||
services.c \
|
||||
services.h
|
||||
|
||||
libdbus_daemon_la_LIBADD= \
|
||||
$(top_builddir)/dbus/libdbus-convenience.la
|
||||
|
||||
dbus_daemon_1_SOURCES= \
|
||||
main.c
|
||||
|
||||
dbus_daemon_1_LDADD= \
|
||||
$(EFENCE) \
|
||||
$(DBUS_BUS_LIBS) \
|
||||
$(top_builddir)/dbus/libdbus-convenience.la \
|
||||
$(top_builddir)/bus/libdbus-daemon.la \
|
||||
$(top_builddir)/dbus/libdbus-1.la
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue