d84e99d7d7c341e0e364b3e3c0158573f4cda2e8
[platform/upstream/dbus.git] / bus / Makefile.am
1
2 INCLUDES=-I$(top_srcdir) $(DBUS_BUS_CFLAGS) \
3         -DDAEMON_NAME=\"dbus-daemon-1\"  -DDBUS_COMPILATION
4
5 EFENCE=
6
7 bin_PROGRAMS=dbus-daemon-1
8
9 noinst_LTLIBRARIES=libdbus-daemon.la
10
11 libdbus_daemon_la_SOURCES=                      \
12         activation.c                            \
13         activation.h                            \
14         connection.c                            \
15         connection.h                            \
16         desktop-file.c                          \
17         desktop-file.h                          \
18         dispatch.c                              \
19         dispatch.h                              \
20         driver.c                                \
21         driver.h                                \
22         loop.c                                  \
23         loop.h                                  \
24         services.c                              \
25         services.h                              \
26         utils.c                                 \
27         utils.h
28
29
30 libdbus_daemon_la_LIBADD=                               \
31         $(top_builddir)/dbus/libdbus-convenience.la
32
33 dbus_daemon_1_SOURCES=                          \
34         main.c                                  
35
36 dbus_daemon_1_LDADD=                                    \
37         $(EFENCE)                                       \
38         $(DBUS_BUS_LIBS)                                \
39         $(top_builddir)/bus/libdbus-daemon.la           \
40         $(top_builddir)/dbus/libdbus-1.la