2 INCLUDES=-I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) -DDBUS_COMPILATION
4 dbusincludedir=$(includedir)/dbus-1.0/dbus
6 lib_LTLIBRARIES=libdbus-1.la
14 dbus-message-handler.h \
19 libdbus_1_la_SOURCES= \
21 dbus-connection-internal.h \
25 dbus-message-handler.c \
26 dbus-message-internal.h \
28 dbus-server-protected.h \
34 dbus-transport-protected.h \
35 dbus-transport-unix.c \
36 dbus-transport-unix.h \
41 ## this library is linked into both libdbus and the bus
42 ## itself, but does not export any symbols from libdbus.
43 ## i.e. the point is to contain symbols that we don't
44 ## want the shared lib to export, but we do want the
45 ## message bus to be able to use.
47 noinst_LTLIBRARIES=libdbus-convenience.la
49 libdbus_convenience_la_SOURCES= \
65 libdbus_1_la_LIBADD= $(DBUS_CLIENT_LIBS) libdbus-convenience.la
66 ## don't export symbols that start with "_" (we use this
67 ## convention for internal symbols)
68 libdbus_1_la_LDFLAGS= -export-symbols-regex "^[[^_]].*"
71 noinst_PROGRAMS=dbus-test
77 dbus_test_LDADD= $(DBUS_CLIENT_LIBS) libdbus-convenience.la libdbus-1.la
79 ## so that "make check" works