Dont assign restore tasks to stateless clients; improve logs
[ladish.git] / dbus / Makefile.am
blobf77867d84f954a9710157b9543d03f82afc0a1df
1 include $(top_srcdir)/common.am
3 noinst_LIBRARIES = liblashdbus.a
5 liblashdbus_a_SOURCES = \
6         types.h \
7         error.c error.h \
8         signal.c signal.h \
9         method.c method.h \
10         interface.c interface.h \
11         object_path.c object_path.h \
12         introspection.c introspection.h \
13         service.c service.h
15 # Include safemem code
16 nodist_liblashdbus_a_SOURCES = safety.c
17 BUILT_SOURCES = safety.c
18 CLEANFILES = safety.c
19 safety.c: Makefile
20         cp $(top_srcdir)/common/safety.c .
22 liblashdbus_a_CFLAGS = \
23         $(LASH_CFLAGS) \
24         $(DBUS_CFLAGS)