myth-dbus/src/Makefile.am
branchtrunk
changeset 870 735d9b563b02
parent 869 48cf27f814b7
child 871 49947675bace
     1.1 --- a/myth-dbus/src/Makefile.am	Thu Oct 25 15:38:08 2007 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,24 +0,0 @@
     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)