2003-03-12 Havoc Pennington <hp@pobox.com>
[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         bus.c                                   \
15         bus.h                                   \
16         connection.c                            \
17         connection.h                            \
18         desktop-file.c                          \
19         desktop-file.h                          \
20         dispatch.c                              \
21         dispatch.h                              \
22         driver.c                                \
23         driver.h                                \
24         loop.c                                  \
25         loop.h                                  \
26         services.c                              \
27         services.h                              \
28         utils.c                                 \
29         utils.h
30
31
32 libdbus_daemon_la_LIBADD=                               \
33         $(top_builddir)/dbus/libdbus-convenience.la
34
35 dbus_daemon_1_SOURCES=                          \
36         main.c                                  
37
38 dbus_daemon_1_LDADD=                                    \
39         $(EFENCE)                                       \
40         $(DBUS_BUS_LIBS)                                \
41         $(top_builddir)/bus/libdbus-daemon.la           \
42         $(top_builddir)/dbus/libdbus-1.la