gmyth-dbus/src/Makefile.am
branchtrunk
changeset 870 735d9b563b02
child 891 0cc42675b88d
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gmyth-dbus/src/Makefile.am	Thu Oct 25 15:40:47 2007 +0100
     1.3 @@ -0,0 +1,24 @@
     1.4 +bin_PROGRAMS = \
     1.5 +	gmythdbus
     1.6 +
     1.7 +gmythdbus_SOURCES = \
     1.8 +	gmyth-dbus-server.h \
     1.9 +	gmyth-dbus-server.c \
    1.10 +	main.c
    1.11 +
    1.12 +gmythdbus_LDADD = \
    1.13 +	$(DBUS_LIBS) \
    1.14 +	$(GMYTH_LIBS)
    1.15 +
    1.16 +AM_CPPFLAGS = \
    1.17 +	$(DBUS_CFLAGS) \
    1.18 +	$(GMYTH_CFLAGS)
    1.19 +
    1.20 +BUILT_SOURCES = \
    1.21 +	gmyth-dbus-server-glue.h
    1.22 +
    1.23 +gmyth-dbus-server-glue.h: gmyth-dbus-server.xml
    1.24 +	@DBUSBINDINGTOOL@ --mode=glib-server --prefix=gmyth_dbus_server --output=gmyth-dbus-server-glue.h  gmyth-dbus-server.xml
    1.25 +
    1.26 +CLEANFILES = \
    1.27 +	$(BUILT_SOURCES)