author | renatofilho |
Wed Jan 23 20:04:59 2008 +0000 (2008-01-23) | |
branch | trunk |
changeset 891 | 0cc42675b88d |
parent 870 | 735d9b563b02 |
child 903 | fe307d0f75bd |
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@891 | 7 |
gmyth-debug.h \ |
renatofilho@891 | 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) |