gmyth-dbus/src/Makefile.am
author renatofilho
Wed Nov 21 15:06:32 2007 +0000 (2007-11-21)
branchtrunk
changeset 884 d3d62eca131c
child 891 0cc42675b88d
permissions -rw-r--r--
[svn r890] fixed dbname on backendinfo constructor; fixed uri livetv detect
     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)