diff options
Diffstat (limited to 'invest-applet/data/Makefile.am')
-rw-r--r-- | invest-applet/data/Makefile.am | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/invest-applet/data/Makefile.am b/invest-applet/data/Makefile.am new file mode 100644 index 00000000..615f23e5 --- /dev/null +++ b/invest-applet/data/Makefile.am @@ -0,0 +1,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 |