author | renatofilho |
Thu Oct 25 15:40:47 2007 +0100 (2007-10-25) | |
branch | trunk |
changeset 870 | 735d9b563b02 |
child 891 | 0cc42675b88d |
permissions | -rw-r--r-- |
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 \ |
renatofilho@870 | 7 |
main.c |
renatofilho@870 | 8 |
|
renatofilho@870 | 9 |
gmythdbus_LDADD = \ |
renatofilho@870 | 10 |
$(DBUS_LIBS) \ |
renatofilho@870 | 11 |
$(GMYTH_LIBS) |
renatofilho@870 | 12 |
|
renatofilho@870 | 13 |
AM_CPPFLAGS = \ |
renatofilho@870 | 14 |
$(DBUS_CFLAGS) \ |
renatofilho@870 | 15 |
$(GMYTH_CFLAGS) |
renatofilho@870 | 16 |
|
renatofilho@870 | 17 |
BUILT_SOURCES = \ |
renatofilho@870 | 18 |
gmyth-dbus-server-glue.h |
renatofilho@870 | 19 |
|
renatofilho@870 | 20 |
gmyth-dbus-server-glue.h: gmyth-dbus-server.xml |
renatofilho@870 | 21 |
@DBUSBINDINGTOOL@ --mode=glib-server --prefix=gmyth_dbus_server --output=gmyth-dbus-server-glue.h gmyth-dbus-server.xml |
renatofilho@870 | 22 |
|
renatofilho@870 | 23 |
CLEANFILES = \ |
renatofilho@870 | 24 |
$(BUILT_SOURCES) |