2003-02-13 Anders Carlsson <andersca@codefactory.se>
[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         connection.c                            \
13         connection.h                            \
14         desktop-file.c                          \
15         desktop-file.h                          \
16         dispatch.c                              \
17         dispatch.h                              \
18         driver.c                                \
19         driver.h                                \
20         loop.c                                  \
21         loop.h                                  \
22         services.c                              \
23         services.h                              \
24         utils.c                                 \
25         utils.h
26
27
28 libdbus_daemon_la_LIBADD=                               \
29         $(top_builddir)/dbus/libdbus-convenience.la
30
31 dbus_daemon_1_SOURCES=                          \
32         main.c                                  
33
34 dbus_daemon_1_LDADD=                                    \
35         $(EFENCE)                                       \
36         $(DBUS_BUS_LIBS)                                \
37         $(top_builddir)/bus/libdbus-daemon.la           \
38         $(top_builddir)/dbus/libdbus-1.la