~indicator-applet-developers/ubuntu/precise/libindicator/upstream

« back to all changes in this revision

Viewing changes to libindicator/Makefile.am

Setting up the move signal, which required custom marshallers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
BUILT_SOURCES = 
2
2
CLEANFILES = 
 
3
DISTCLEANFILES = 
3
4
EXTRA_DIST = \
4
5
        indicator.pc.in
5
6
 
 
7
include $(top_srcdir)/Makefile.am.marshal
 
8
 
6
9
libindicatorincludedir=$(includedir)/libindicator-0.3/libindicator
7
10
 
8
11
indicator_headers = \
21
24
        $(indicator_headers) \
22
25
        dbus-shared.h \
23
26
        indicator-object.c \
 
27
        indicator-object-marshal.h \
 
28
        indicator-object-marshal.c \
24
29
        indicator-service.c \
25
30
        indicator-service-manager.c
26
31
 
35
40
pkgconfig_DATA = indicator.pc
36
41
pkgconfigdir = $(libdir)/pkgconfig
37
42
 
 
43
glib_marshal_list = indicator-object-marshal.list
 
44
glib_marshal_prefix = _indicator_object_marshal
 
45
 
38
46
##################################
39
47
# DBus Specs
40
48
##################################