gmyth-dbus/src/Makefile.am
author melunko
Thu Jan 31 20:02:39 2008 +0000 (2008-01-31)
branchtrunk
changeset 903 fe307d0f75bd
parent 891 0cc42675b88d
permissions -rw-r--r--
[svn r909] Makefile fixed for wrong file name gmyth-debug instead of gmyth_debug
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)