Fix more warnings
[lash.git] / dbus / Makefile.am
blob6fe6dabace012f15a2e21d6a1a0aa5412b0d1627
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 \
14         $(top_srcdir)/common/safety.c
16 AM_CFLAGS = \
17         $(LASH_CFLAGS) \
18         $(DBUS_CFLAGS)