gmyth-dbus/src/Makefile.am
author ali@juiblex.co.uk
Sun Dec 13 23:02:37 2009 +0000 (2009-12-13)
branchtrunk
changeset 949 70e24f6fea25
parent 891 0cc42675b88d
permissions -rw-r--r--
Better messages in gmyth-ls
     1 bin_PROGRAMS = \
     2 	gmythdbus
     3 
     4 gmythdbus_SOURCES = \
     5 	gmyth-dbus-server.h \
     6 	gmyth-dbus-server.c \
     7 	gmyth_debug.h \
     8 	gmyth_debug.c \
     9 	main.c
    10 
    11 gmythdbus_LDADD = \
    12 	$(DBUS_LIBS) \
    13 	$(GMYTH_LIBS)
    14 
    15 AM_CPPFLAGS = \
    16 	$(DBUS_CFLAGS) \
    17 	$(GMYTH_CFLAGS)
    18 
    19 BUILT_SOURCES = \
    20 	gmyth-dbus-server-glue.h
    21 
    22 gmyth-dbus-server-glue.h: gmyth-dbus-server.xml
    23 	@DBUSBINDINGTOOL@ --mode=glib-server --prefix=gmyth_dbus_server --output=gmyth-dbus-server-glue.h  gmyth-dbus-server.xml
    24 
    25 CLEANFILES = \
    26 	$(BUILT_SOURCES)