blob: 615f23e541ac494b120e0fc9b18a486234ab6e2d (
plain)
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
|
SUBDIRS = art
# ******************************************************************************
# Panel stuff
# ******************************************************************************
appletdir = $(datadir)/mate-panel/applets
# ******************************************************************************
# GSettings schemas
# ******************************************************************************
gschema_in_files = org.mate.panel.applet.invest.gschema.xml.in
gsettings_SCHEMAS = $(gschema_in_files:.xml.in=.xml)
@GSETTINGS_RULES@
# ******************************************************************************
# Misc data
# ******************************************************************************
investbindir = $(libdir)/invest-applet
# ******************************************************************************
# Build rules
# ******************************************************************************
CLEANFILES = \
$(gsettings_SCHEMAS) \
*.gschema.valid
EXTRA_DIST = \
org.mate.applets.InvestApplet.mate-panel-applet.in.in \
$(service_in_files) \
$(gschema_in_files)
-include $(top_srcdir)/git.mk
|