myth-dbus/src/Makefile.am
author renatofilho
Wed Oct 24 20:01:02 2007 +0100 (2007-10-24)
branchtrunk
changeset 865 3eeb6b565018
permissions -rw-r--r--
[svn r871] created myth dbus service
renatofilho@865
     1
bin_PROGRAMS = \
renatofilho@865
     2
	gmythdbus
renatofilho@865
     3
renatofilho@865
     4
gmythdbus_SOURCES = \
renatofilho@865
     5
	gmyth-dbus-server.h \
renatofilho@865
     6
	gmyth-dbus-server.c \
renatofilho@865
     7
	main.c
renatofilho@865
     8
renatofilho@865
     9
gmythdbus_LDADD = \
renatofilho@865
    10
	$(DBUS_LIBS) \
renatofilho@865
    11
	$(GMYTH_LIBS)
renatofilho@865
    12
renatofilho@865
    13
AM_CPPFLAGS = \
renatofilho@865
    14
	$(DBUS_CFLAGS) \
renatofilho@865
    15
	$(GMYTH_CFLAGS)
renatofilho@865
    16
renatofilho@865
    17
BUILT_SOURCES = \
renatofilho@865
    18
	gmyth-dbus-server-glue.h
renatofilho@865
    19
renatofilho@865
    20
gmyth-dbus-server-glue.h: gmyth-dbus-server.xml
renatofilho@865
    21
	@DBUSBINDINGTOOL@ --mode=glib-server --prefix=gmyth_dbus_server --output=gmyth-dbus-server-glue.h  gmyth-dbus-server.xml
renatofilho@865
    22
renatofilho@865
    23
CLEANFILES = \
renatofilho@865
    24
	$(BUILT_SOURCES)