summary refs log tree commit diff stats
path: root/plugins/upd/upd.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/upd/upd.c')
0 files changed, 0 insertions, 0 deletions
sion' href='/git-repos/torxchat.git/blame/src/common/dbus/Makefile.am?h=fix-ub&id=f16af8be941b596dedac3bf4e371ee2d21f4b598'>^
10a03f22 ^
4a6ceffb ^

4a6ceffb ^



7a4a0243 ^
4a6ceffb ^

34cf164a ^
4a6ceffb ^


b2e3214d ^
4a6ceffb ^
4a6ceffb ^

746d9b54 ^
4a6ceffb ^





1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35

                                                 






                                                 
                                         
                                      

                                         



                             
                                                                        

                         
                           


                                         
                                                                                                                           
 

                                 
                                                 





                                                       
noinst_LIBRARIES = libhexchatdbus.a
libhexchatdbus_a_SOURCES =			\
	dbus-plugin.c				\
	dbus-plugin.h				\
	dbus-client.c				\
	dbus-client.h

EXTRA_DIST =				\
	remote-object.xml		\
	example.py			\
	org.hexchat.service.service.in

BUILT_SOURCES =				\
	remote-object-glue.h

CLEANFILES = $(BUILT_SOURCES)

AM_CPPFLAGS = $(COMMON_CFLAGS) $(DBUS_CFLAGS) -I$(top_srcdir)/src/common

noinst_PROGRAMS = example
example_SOURCES = example.c
example_LDADD = $(DBUS_LIBS) $(GLIB_LIBS)

remote-object-glue.h: remote-object.xml
	$(AM_V_GEN) $(LIBTOOL) --mode=execute $(DBUS_BINDING_TOOL) --prefix=remote_object --mode=glib-server --output=$@ $<

# Dbus service file
servicedir = $(DBUS_SERVICES_DIR)
service_in_files = org.hexchat.service.service.in
service_DATA = $(service_in_files:.service.in=.service)

# Rule to make the service file with bindir expanded
$(service_DATA): $(service_in_files) Makefile
	@sed -e "s|\@bindir\@|$(bindir)|" $< > $@