From 4ee2559eaaf2a94ac26c265517e9604a72729360 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sun, 11 Dec 2011 13:11:15 +0100 Subject: moved from Mate-Extra --- grecord/Makefile.am | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 grecord/Makefile.am (limited to 'grecord/Makefile.am') diff --git a/grecord/Makefile.am b/grecord/Makefile.am new file mode 100644 index 0000000..15dfafa --- /dev/null +++ b/grecord/Makefile.am @@ -0,0 +1,31 @@ +SUBDIRS = src doc icons + +EXTRA_DIST = \ + README AUTHORS INSTALL ChangeLog.pre-2-26 \ + mate-sound-recorder.desktop.in.in \ + mate-sound-recorder.schemas.in + + +Applicationsdir = $(datadir)/applications +Applications_in_files = mate-sound-recorder.desktop.in.in +Applications_DATA = $(Applications_in_files:.desktop.in.in=.desktop) + +@INTLTOOL_DESKTOP_RULE@ + +schemadir=$(MATECONF_SCHEMA_FILE_DIR) +schema_DATA=mate-sound-recorder.schemas + +@INTLTOOL_SCHEMAS_RULE@ + +CLEANFILES=$(Applications_DATA) $(schema_DATA) +DISTCLEANFILES=$(Applications_in_files:.desktop.in.in=.desktop.in) +install-schemas: + MATECONF_CONFIG_SOURCE=$(MATECONF_SCHEMA_CONFIG_SOURCE) $(MATECONFTOOL) --makefile-install-rule $(schema_DATA) || true + +if MATECONF_SCHEMAS_INSTALL +install-data-local: install-schemas +else +install-data-local: +endif + +-include $(top_srcdir)/git.mk -- cgit v1.2.1