summaryrefslogtreecommitdiff
path: root/gnome/src/Makefile.am
blob: be9395d1a699d44d9b3d51fa7ff6ed9f8781cb07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#
# DBUS
#

BUILT_SOURCES = dapi-command-glue.h

CLEANFILES = $(BUILT_SOURCES)

%-glue.h: $(top_builddir)/data/%.xml
	$(DBUSBINDINGTOOL) --mode=glib-server --output=$@ --prefix=$(subst -,_,$*) $^


#
# Daemon
#
INCLUDES =                                 	\
	-I$(top_srcdir)/data            	\
	-DDBUS_API_SUBJECT_TO_CHANGE		\
	$(DAPI_GNOME_CFLAGS)

bin_PROGRAMS = dapi_gnome

dapi_gnome_SOURCES =       	                \
	dapi-command.c				\
	dapi-command.h				\
	dapi-daemon.c				\
	dapi-debug.c				\
	dapi-debug.h				\
	dapi-gnome.c				\
	dapi-gnome.h

dapi_gnome_LDADD = 				\
	$(DAPI_GNOME_LIBS)