gmyth-dbus/src/Makefile.am
author renatofilho
Thu Oct 25 15:40:47 2007 +0100 (2007-10-25)
branchtrunk
changeset 870 735d9b563b02
child 891 0cc42675b88d
permissions -rw-r--r--
[svn r876] renamed project
     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)