diff options
author | Stefano Karapetsas <[email protected]> | 2011-12-11 13:11:15 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2011-12-11 13:11:15 +0100 |
commit | 4ee2559eaaf2a94ac26c265517e9604a72729360 (patch) | |
tree | f24e3e3294c2b75819755289e592bf2e28e668c4 /grecord/Makefile.am | |
download | mate-media-4ee2559eaaf2a94ac26c265517e9604a72729360.tar.bz2 mate-media-4ee2559eaaf2a94ac26c265517e9604a72729360.tar.xz |
moved from Mate-Extra
Diffstat (limited to 'grecord/Makefile.am')
-rw-r--r-- | grecord/Makefile.am | 31 |
1 files changed, 31 insertions, 0 deletions
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 |