~indicator-applet-developers/appmenu-gtk/trunk.13.04

147.1.1 by Allan LeSage
Added gcov coverage tooling.
1
ACLOCAL_AMFLAGS = -I m4
9.1.2 by Cody Russell
make distcheck
2
1 by Cody Russell
Application menus initial commit.
3
SUBDIRS =		\
4
	src
15.1.1 by Ken VanDine
Setup variables needed to load the menu when the X session starts
5
134.1.3 by Mathias Hasselmann
Generate proper X session script for both gtk flavors
6
$(sessionfile): 80appmenu.in
7
	sed -e "s|\@moduledir\@|$(moduledir)|" $< > $@
115.1.1 by Ken VanDine
Check for the existance of the menuproxy before exporting UBUNTU_MENUPROXY
8
15.1.1 by Ken VanDine
Setup variables needed to load the menu when the X session starts
9
xsessiondir = $(sysconfdir)/X11/Xsession.d
10
134.1.3 by Mathias Hasselmann
Generate proper X session script for both gtk flavors
11
nodist_xsession_DATA = $(sessionfile)
15.1.1 by Ken VanDine
Setup variables needed to load the menu when the X session starts
12
20 by Ken VanDine
Include Makefile.am, configure.ac and autogen.sh in EXTRA_DIST so they don't show up in the packaging diff
13
EXTRA_DIST = $(xsession_DATA) \
14
             configure.ac \
15
             Makefile.am \
117 by Ted Gould
Distribute the .in file and not the generated one, and make sure to clean it up as well.
16
             autogen.sh \
134.1.3 by Mathias Hasselmann
Generate proper X session script for both gtk flavors
17
             80appmenu.in
117 by Ted Gould
Distribute the .in file and not the generated one, and make sure to clean it up as well.
18
134.1.3 by Mathias Hasselmann
Generate proper X session script for both gtk flavors
19
DISTCLEANFILES = $(sessionfile)
147.1.1 by Allan LeSage
Added gcov coverage tooling.
20
21
include $(top_srcdir)/Makefile.am.coverage