myth-dbus/src/Makefile.am
author renatofilho
Thu Oct 25 15:38:08 2007 +0100 (2007-10-25)
branchtrunk
changeset 869 48cf27f814b7
permissions -rw-r--r--
[svn r875] fixed channel icon
renatofilho@865
     1
bin_PROGRAMS = \
renatofilho@865
     2
	gmythdbus
renatofilho@865
     3
renatofilho@865
     4
gmythdbus_SOURCES = \
renatofilho@865
     5
	gmyth-dbus-server.h \
renatofilho@865
     6
	gmyth-dbus-server.c \
renatofilho@865
     7
	main.c
renatofilho@865
     8
renatofilho@865
     9
gmythdbus_LDADD = \
renatofilho@865
    10
	$(DBUS_LIBS) \
renatofilho@865
    11
	$(GMYTH_LIBS)
renatofilho@865
    12
renatofilho@865
    13
AM_CPPFLAGS = \
renatofilho@865
    14
	$(DBUS_CFLAGS) \
renatofilho@865
    15
	$(GMYTH_CFLAGS)
renatofilho@865
    16
renatofilho@865
    17
BUILT_SOURCES = \
renatofilho@865
    18
	gmyth-dbus-server-glue.h
renatofilho@865
    19
renatofilho@865
    20
gmyth-dbus-server-glue.h: gmyth-dbus-server.xml
renatofilho@865
    21
	@DBUSBINDINGTOOL@ --mode=glib-server --prefix=gmyth_dbus_server --output=gmyth-dbus-server-glue.h  gmyth-dbus-server.xml
renatofilho@865
    22
renatofilho@865
    23
CLEANFILES = \
renatofilho@865
    24
	$(BUILT_SOURCES)