~indicator-applet-developers/indicator-appmenu/trunk.0.2

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Ted Gould
  • Date: 2010-04-23 18:01:58 UTC
  • mto: (2.2.1 build-menus)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: ted@gould.cx-20100423180158-x8efb28581n587a6
Bootstrapping in marshalling

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
BUILT_SOURCES =
4
4
EXTRA_DIST =
5
5
 
 
6
include $(top_srcdir)/Makefile.am.marshal
 
7
 
6
8
######################################
7
9
# Building the indicator
8
10
######################################
12
14
libappmenu_la_SOURCES = \
13
15
        application-menu-registrar-server.h \
14
16
        indicator-appmenu.c \
 
17
        indicator-appmenu-marshal.c \
15
18
        window-menus.c \
16
19
        window-menus.h
17
20
libappmenu_la_CFLAGS = $(INDICATOR_CFLAGS) -Wall -Wl,-Bsymbolic-functions -Wl,-z,defs -Wl,--as-needed -Werror
19
22
libappmenu_la_LDFLAGS = -module -avoid-version
20
23
 
21
24
######################################
 
25
# Build your own marshaller
 
26
######################################
 
27
 
 
28
glib_marshal_list = indicator-appmenu-marshal.list
 
29
glib_marshal_prefix = _indicator_appmenu_marshal
 
30
 
 
31
######################################
22
32
# DBus Love
23
33
######################################
24
34