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
     1 bin_PROGRAMS = \
     2 	gmythdbus
     3 
     4 gmythdbus_SOURCES = \
     5 	gmyth-dbus-server.h \
     6 	gmyth-dbus-server.c \
     7 	main.c
     8 
     9 gmythdbus_LDADD = \
    10 	$(DBUS_LIBS) \
    11 	$(GMYTH_LIBS)
    12 
    13 AM_CPPFLAGS = \
    14 	$(DBUS_CFLAGS) \
    15 	$(GMYTH_CFLAGS)
    16 
    17 BUILT_SOURCES = \
    18 	gmyth-dbus-server-glue.h
    19 
    20 gmyth-dbus-server-glue.h: gmyth-dbus-server.xml
    21 	@DBUSBINDINGTOOL@ --mode=glib-server --prefix=gmyth_dbus_server --output=gmyth-dbus-server-glue.h  gmyth-dbus-server.xml
    22 
    23 CLEANFILES = \
    24 	$(BUILT_SOURCES)