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
renatofilho@870
     1
bin_PROGRAMS = \
renatofilho@870
     2
	gmythdbus
renatofilho@870
     3
renatofilho@870
     4
gmythdbus_SOURCES = \
renatofilho@870
     5
	gmyth-dbus-server.h \
renatofilho@870
     6
	gmyth-dbus-server.c \
melunko@903
     7
	gmyth_debug.h \
melunko@903
     8
	gmyth_debug.c \
renatofilho@870
     9
	main.c
renatofilho@870
    10
renatofilho@870
    11
gmythdbus_LDADD = \
renatofilho@870
    12
	$(DBUS_LIBS) \
renatofilho@870
    13
	$(GMYTH_LIBS)
renatofilho@870
    14
renatofilho@870
    15
AM_CPPFLAGS = \
renatofilho@870
    16
	$(DBUS_CFLAGS) \
renatofilho@870
    17
	$(GMYTH_CFLAGS)
renatofilho@870
    18
renatofilho@870
    19
BUILT_SOURCES = \
renatofilho@870
    20
	gmyth-dbus-server-glue.h
renatofilho@870
    21
renatofilho@870
    22
gmyth-dbus-server-glue.h: gmyth-dbus-server.xml
renatofilho@870
    23
	@DBUSBINDINGTOOL@ --mode=glib-server --prefix=gmyth_dbus_server --output=gmyth-dbus-server-glue.h  gmyth-dbus-server.xml
renatofilho@870
    24
renatofilho@870
    25
CLEANFILES = \
renatofilho@870
    26
	$(BUILT_SOURCES)